diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-09-15 22:37:05 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-09-15 22:37:05 +0000 |
commit | 08b73b8ed63cc91c829976623621977d82e578ac (patch) | |
tree | 6aa6429eeb0fc03daaa015d320f257e18ee6e6da | |
parent | 7b0ce4836c7f3978365f44af18c6f11c3c522d5f (diff) | |
parent | 2ab6f081474099fd6e359c9f3f36b78a2bd10604 (diff) |
merge of '45e28823197989e0c3767d4f08431f1e6f35eadb'
and '62cb46ad02f4194aef0171985c7b9bd0137db6af'
-rw-r--r-- | packages/dhcdbd/dhcdbd_1.16.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/dhcdbd/dhcdbd_1.16.bb b/packages/dhcdbd/dhcdbd_1.16.bb new file mode 100644 index 0000000000..5b72bd91c8 --- /dev/null +++ b/packages/dhcdbd/dhcdbd_1.16.bb @@ -0,0 +1,25 @@ +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 = "r0" + +SRC_URI="http://people.redhat.com/dcantrel/dhcdbd/dhcdbd-${PV}.tar.gz \ + file://dhcdbd-1.14-pkgconfig_dbus.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}/*" |