void-packages/srcpkgs/scron/template
2015-02-17 16:18:12 +01:00

32 lines
743 B
Bash

# Template file for 'scron'
pkgname=scron
version=0.4
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/${pkgname}-${version}.tar.gz"
checksum=4ae8225a3991e42e29791d981192c9daf5b9b02609f68775768fe1598ae2ce18
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
vman scron.1
}