surpport seeking the recorded video
[vuplus_openembedded] / recipes / sysklogd / sysklogd.inc
1 LICENSE = "GPL"
2 SECTION = "base"
3 DESCRIPTION = "The sysklogd package implements two system log daemons."
4
5 SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/sysklogd-${PV}.tar.gz \
6            file://nonrootinstall.patch;patch=1"
7
8 CFLAGS_append = " -DSYSV"
9
10 do_install () {
11         install -d ${D}${mandir}/man8 \
12                    ${D}${mandir}/man5 \
13                    ${D}${bindir}
14         oe_runmake 'BINDIR=${D}${bindir}' \
15                    'MANDIR=${D}${mandir}' install
16 }