Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / ifplugd / ifplugd_0.25.oe
1 SECTION = "console/network"
2 DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled."
3 HOMEPAGE = "http://0pointer.de/lennart/projects/ifplugd/"
4 DEPENDS = "libdaemon"
5 LICENSE = "GPL"
6
7 SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz"
8
9 inherit autotools update-rc.d pkgconfig
10
11 EXTRA_OECONF = "--disable-lynx"
12
13 INITSCRIPT_NAME = "ifplugd"
14 INITSCRIPT_PARAMS = "defaults"
15
16 CONFFILES_${PN}_nylon = "${sysconfdir}/ifplugd/ifplugd.conf"