aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tmdns/tmdns_20030116.bb
blob: 11665d7a37e09314fb1375f13fce7e1b3b6aaee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
	   file://busybox-init.d.patch \
	   file://char-signed-idiocy.patch"
S = "${WORKDIR}/tmdns"

inherit autotools

do_install () {
	oe_runmake 'DESTDIR=${D}' 'INIT_DIR=${sysconfdir}/init.d' install
}