aboutsummaryrefslogtreecommitdiffstats
path: root/dhclient/dhclient_2.0pl5.oe
blob: 530d6c8a79874d1463653ed796214b846f23dc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "ISC DHCP Distribution (client and server)."

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

export BINDIR = "${sbindir}"

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

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