summaryrefslogtreecommitdiffstats
path: root/recipes/tmdns/tmdns_20030116.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tmdns/tmdns_20030116.bb')
-rw-r--r--recipes/tmdns/tmdns_20030116.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/tmdns/tmdns_20030116.bb b/recipes/tmdns/tmdns_20030116.bb
new file mode 100644
index 0000000000..4833adaac0
--- /dev/null
+++ b/recipes/tmdns/tmdns_20030116.bb
@@ -0,0 +1,15 @@
+LICENSE = "GPL"
+SECTION = "console/network"
+DESCRIPTION = "tmdns is a multicast DNS server."
+
+SRC_URI = "cvs://anonymous:@zeroconf.cvs.sourceforge.net/cvsroot/zeroconf;module=tmdns;date=${PV} \
+ file://install-init.d.patch;patch=1 \
+ file://busybox-init.d.patch;patch=1 \
+ file://char-signed-idiocy.patch;patch=1"
+S = "${WORKDIR}/tmdns"
+
+inherit autotools
+
+do_install () {
+ oe_runmake 'DESTDIR=${D}' 'INIT_DIR=${sysconfdir}/init.d' install
+}