libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / ifplugd / ifplugd_0.25.bb
blobb2683bc89fc4ce417ec5870e6f1f185a106fa0d3
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"
22 SRC_URI[md5sum] = "cbb45e24684fe5ba7a60730248cf250b"
23 SRC_URI[sha256sum] = "a43c0621dac846e42a3917f4f73e7976b2ac4b545712e8bc4bae5bac6158e07e"