aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pump/pump_0.8.24.bb
blob: 76fd27d32a0213cb0a0bb1101f1a35e7538e3526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "BOOTP and DHCP client for automatic IP configuration"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "popt"

S = "${WORKDIR}/pump-${PV}"

SRC_URI = "http://ftp.de.debian.org/debian/pool/main/p/pump/pump_0.8.24.orig.tar.gz \
           file://debian.patch;patch=1"

do_compile() {
        oe_runmake pump 
}

do_install() {
	install -d ${D}${base_sbindir}
	install -m 0755 ${S}/pump ${D}${base_sbindir}/pump
}