7dd6b9954b1ae6d44583b2fa14df79e474e6ec4f
[vuplus_openembedded] / cron / cron_3.0pl1.oe
1 DESCRIPTION = "Vixie cron."
2
3 SRC_URI = "http://ibiblio.org/pub/Linux/system/daemons/cron/cron${PV}.tar.gz \
4            file://nonrootinstall.patch;patch=1 \
5            file://time.patch;patch=1"
6 S = "${WORKDIR}/cron${PV}"
7
8 CFLAGS_append = " -I${S} -DSYS_TIME_H=0"
9 do_install () {
10         install -d ${D}/${sbindir} ${D}/${bindir}
11         oe_runmake 'DESTDIR=${D}' install
12         chmod ugo+rx ${D}/${sbindir}/* ${D}/${bindir}/*
13 }