void-packages/srcpkgs/scron/template
2014-12-14 11:19:24 +00:00

31 lines
731 B
Plaintext

# Template file for 'scron'
pkgname=scron
version=0.3.2
revision=4
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/${pkgname}-${version}.tar.gz"
checksum=10ffdbd3625204a6f73a096125bfdbbda849a394028f25befdf2ac65ed22d111
replaces="cron-daemon>=0"
provides="cron-daemon-0_1"
conf_files="/etc/crontab"
pre_build() {
# STFU gcc
sed -i 's|BSD_SOURCE|DEFAULT_SOURCE|g' Makefile
sed -i 's|^CC|#CC|g' Makefile
sed -i 's|^CFLAGS|#CFLAGS|g' Makefile
sed -i 's|^LDFLAGS|#LDFLAGS|g' Makefile
}
do_install() {
vbin crond
vconf ${FILESDIR}/crontab
vsv scron
vlicense LICENSE
vdoc README
}