aboutsummaryrefslogtreecommitdiffstats
path: root/cron/cron_3.0pl1.oe
blob: 46f2da8b7cb10338f2a52fb96f8d7371f33b9a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "base"
DESCRIPTION = "Vixie cron."
LICENSE = "cron"

SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
	   file://nonrootinstall.patch;patch=1 \
	   file://time.patch;patch=1"
S = "${WORKDIR}/cron${PV}"

CFLAGS_append = " -I${S} -DSYS_TIME_H=0"
do_install () {
	install -d ${D}/${sbindir} ${D}/${bindir}
	oe_runmake 'DESTDIR=${D}' install
	chmod ugo+rx ${D}/${sbindir}/* ${D}/${bindir}/*
}