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

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

export BINDIR = "${sbindir}"

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

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