aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tmdns/tmdns_20030116.bb
blob: ef9c53f0ce853fe27758683565aaac0f9c9433c7 (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;apply=yes \
	   file://busybox-init.d.patch;apply=yes \
	   file://char-signed-idiocy.patch;apply=yes"
S = "${WORKDIR}/tmdns"

inherit autotools

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