]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ifplugd/ifplugd_0.25.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ifplugd / ifplugd_0.25.bb
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"