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