python-paste: Add new recipe
[openembedded.git] / recipes / ifplugd / ifplugd_0.25.bb
blobca7f21916541bb7f4306c1530310a10111cef7e9
1 DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device \
2 when a cable is plugged in and automatically unconfigure it if the cable is pulled."
3 HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/"
4 SECTION = "network"
5 DEPENDS = "libdaemon"
6 LICENSE = "GPL"
7 PR = "r1"
9 SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz \
10 file://kernel-types.patch;patch=1 \
11 file://nobash.patch;patch=1"
13 inherit autotools update-rc.d pkgconfig
15 EXTRA_OECONF = "--disable-lynx"
17 INITSCRIPT_NAME = "ifplugd"
18 INITSCRIPT_PARAMS = "defaults"
20 CONFFILES_${PN} = "${sysconfdir}/ifplugd/ifplugd.conf"