]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ifplugd/ifplugd_0.20.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ifplugd / ifplugd_0.20.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 DEPENDS = "libdaemon"
4 LICENSE = "GPL"
5
6 SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz"
7
8 inherit autotools update-rc.d
9
10 EXTRA_OECONF = "--disable-lynx"
11
12 INITSCRIPT_NAME = "ifplugd"
13 INITSCRIPT_PARAMS = "defaults"