cornucopia: bump SRCREV
[openembedded.git] / recipes / dhcp-forwarder / dhcp-forwarder_0.6.bb
blob04459b41dfcfbb401c20843eafae9acd4bfac86d
1 SECTION = "console/network"
2 DESCRIPTION = "This program is used to forward DHCP and BOOTP messages between two \
3 networks with different broadcast domains. \
4 It works better with ppp - and especially with ipsec over ppp - than \
5 dhcp-relay from ISC and has a smaller foot print."
6 HOMEPAGE = "http://www.nongnu.org/dhcp-fwd/"
7 LICENSE = "GPLv2"
9 SRC_URI = "http://savannah.nongnu.org/download/dhcp-fwd/dhcp-forwarder-${PV}.tar.bz2 \
10 file://init \
11 file://dhcp-fwd.cfg"
13 inherit autotools update-rc.d
15 EXTRA_OECONF="--disable-dietlibc"
17 INITSCRIPT_NAME="dhcp-forwarder"
18 INITSCRIPT_PARAMS="defaults"
20 do_install_append() {
21 install -d ${D}${sysconfdir}/init.d
22 install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/dhcp-forwarder
23 install -m 0644 ${WORKDIR}/dhcp-fwd.cfg ${D}${sysconfdir}
26 CONFFILES_${PN}_nylon = "${sysconfdir}/dhcp-fwd.cfg"
28 SRC_URI[md5sum] = "cbe60c8c904394a8e38e12ac42c02284"
29 SRC_URI[sha256sum] = "45b708fb49a9fab10d814eb1e340a0960dac91f92800b3d39ddf0245ac913e30"