aboutsummaryrefslogtreecommitdiffstats
path: root/tmdns/tmdns_20030116.oe
blob: d17d5489f0d98473b941c359f1f04263b910e1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}