[oe-commits] org.oe.dev dhcdbd: Add 1.16

florian commit openembedded-commits at lists.openembedded.org
Fri Sep 15 22:55:57 UTC 2006


dhcdbd: Add 1.16

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 62cb46ad02f4194aef0171985c7b9bd0137db6af
ViewMTN: http://monotone.openembedded.org/revision.psp?id=62cb46ad02f4194aef0171985c7b9bd0137db6af
Files:
1
packages/dhcdbd/dhcdbd_1.16.bb
Diffs:

#
# mt diff -r5734e6f735b9a9b347d13c6e31473aed54ec52f6 -r62cb46ad02f4194aef0171985c7b9bd0137db6af
#
# 
# 
# add_file "packages/dhcdbd/dhcdbd_1.16.bb"
#  content [42d90482e2838869b5ee04389c6c7c1bdbf9ff80]
# 
============================================================
--- packages/dhcdbd/dhcdbd_1.16.bb	42d90482e2838869b5ee04389c6c7c1bdbf9ff80
+++ packages/dhcdbd/dhcdbd_1.16.bb	42d90482e2838869b5ee04389c6c7c1bdbf9ff80
@@ -0,0 +1,25 @@
+DESCRIPTION="DBus-enabled dhcp client"
+SECTION="net"
+LICENSE="GPL"
+HOMEPAGE="http://people.redhat.com/jvdias/dhcdbd/"
+MAINTAINER="Milan Plzik <mmp at 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}/*"






More information about the Openembedded-commits mailing list