diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/tmdns/tmdns_20030116.bb | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/tmdns/tmdns_20030116.bb')
-rw-r--r-- | packages/tmdns/tmdns_20030116.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/tmdns/tmdns_20030116.bb b/packages/tmdns/tmdns_20030116.bb index e69de29bb2..9907a52285 100644 --- a/packages/tmdns/tmdns_20030116.bb +++ b/packages/tmdns/tmdns_20030116.bb @@ -0,0 +1,15 @@ +LICENSE = GPL +SECTION = "console/network" +DESCRIPTION = "tmdns is a multicast DNS server." + +SRC_URI = "cvs://anonymous:@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 +} |