aboutsummaryrefslogtreecommitdiffstats
path: root/sysklogd/sysklogd_1.4.1.oe
blob: 7cc5ce3db5824efa0603a7a088e71449308a877f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"

SRC_URI = http://www.ibiblio.org/pub/Linux/system/daemons/sysklogd-${PV}.tar.gz \
	  file://${FILESDIR}/nonrootinstall.patch;patch=1

CFLAGS_append = ' -DSYSV'

do_install () {
	install -d ${D}/${mandir}/man8 \
		   ${D}/${mandir}/man5 \
		   ${D}/${bindir}
	oe_runmake 'BINDIR=${D}/${bindir}' \
		   'MANDIR=${D}/${mandir}' install
}