New package added: scron-0.3.2
This commit is contained in:
parent
48f3a2b29e
commit
54412d3e5a
|
@ -0,0 +1 @@
|
|||
# tm_min tm_hour tm_mday tm_mon tm_wday command
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec crond -n 2>&1
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'scron'
|
||||
pkgname=scron
|
||||
version=0.3.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple cron daemon"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="http://git.2f30.org/scron/"
|
||||
distfiles="http://dl.2f30.org/releases/scron-0.3.2.tar.gz"
|
||||
checksum=10ffdbd3625204a6f73a096125bfdbbda849a394028f25befdf2ac65ed22d111
|
||||
replaces="cron-daemon>=0"
|
||||
provides="cron-daemon-0_1"
|
||||
|
||||
pre_build() {
|
||||
# STFU gcc
|
||||
sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g' Makefile
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin crond
|
||||
vconf ${FILESDIR}/crontab
|
||||
vsv scron
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
}
|
Loading…
Reference in New Issue