summaryrefslogtreecommitdiffstats
path: root/recipes/tmdns/tmdns_20030116.bb
blob: 4833adaac00b44f10aa8bdd7bf89405562711e6f (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;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
}