Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1dc127757c |
4
Makefile
4
Makefile
@@ -9,13 +9,13 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
ARCH = x86_64
|
ARCH = x86_64
|
||||||
DEPENDS = dash,glibc
|
DEPENDS = dash,glibc,sysvinit
|
||||||
BUILDDEPS =
|
BUILDDEPS =
|
||||||
URL = http://ftp.isc.org/isc/cron/
|
URL = http://ftp.isc.org/isc/cron/
|
||||||
REPO = main
|
REPO = main
|
||||||
BRIEF = daemon to execute scheduled commands
|
BRIEF = daemon to execute scheduled commands
|
||||||
DESC = An implimentation of cron based on the SysV cron (aka Vixie cron)
|
DESC = An implimentation of cron based on the SysV cron (aka Vixie cron)
|
||||||
SNAPVER = 2
|
SNAPVER = 3
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/$(shell ls SRC/*.shar|tail -1)
|
ARCHIVE := $(PWD)/$(shell ls SRC/*.shar|tail -1)
|
||||||
SRCDIR := cron-$(shell echo $(ARCHIVE)|egrep -o '[0-9]\.[0-9]')
|
SRCDIR := cron-$(shell echo $(ARCHIVE)|egrep -o '[0-9]\.[0-9]')
|
||||||
|
|||||||
Reference in New Issue
Block a user