aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dhclient/dhclient_2.0pl5.bb
blob: 0b1f614bd4a476e686e9e4213afab4e61c2efc08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SECTION = "console/network"
DESCRIPTION = "ISC DHCP Distribution (client and server)."
LICENSE = "BSD"
PR = "r1"

SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \
	   file://make.patch;patch=1"
S = "${WORKDIR}/dhcp-${PV}"

export BINDIR = "${sbindir}"
export LFLAGS = "${LDFLAGS}"

do_configure () {
	./configure ${TARGET_SYS}
}

do_install () {
	oe_runmake "DESTDIR=${D}" install
}