dhcdbd: Add 1.16
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 15 Sep 2006 13:36:15 +0000 (13:36 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 15 Sep 2006 13:36:15 +0000 (13:36 +0000)
packages/dhcdbd/dhcdbd_1.16.bb [new file with mode: 0644]

diff --git a/packages/dhcdbd/dhcdbd_1.16.bb b/packages/dhcdbd/dhcdbd_1.16.bb
new file mode 100644 (file)
index 0000000..5b72bd9
--- /dev/null
@@ -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}/*"