aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dhcdbd/dhcdbd_1.14.bb
blob: 3194942e4ef50b3f9ac69ab1ca3b0735db5093c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION="DBus-enabled dhcp client"
SECTION="net"
LICENSE="GPL"
HOMEPAGE="http://people.redhat.com/jvdias/dhcdbd/"
MAINTAINER="Milan Plzik <mmp@handhelds.org>"

DEPENDS = "dbus"

PR = "r1"

SRC_URI="http://people.redhat.com/jvdias/dhcdbd/dhcdbd-${PV}.tar.gz \
         file://dhcdbd-1.14-pkgconfig_dbus.patch;patch=1 \
	 file://dbus-api-fix.patch;patch=1 \
	 file://dhcdbd"

do_compile() {
	CC=${TARGET_SYS}-gcc DESTDIR=${prefix} make
}

do_install() {
	DESTDIR=${D} make install
	install -d ${D}/etc/init.d
	install -m 0755 ${WORKDIR}/dhcdbd ${D}/etc/init.d/
}

FILES_${PN} += "${sysconfdir} ${datadir}/dbus-1 ${base_sbindir}/*"