blob: 9907a52285b05681234da34f1b51403a47fbd27c (
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:@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
}
|