mDNSResponder: drop more stuff; matches what NetBSD installs by default.
This commit is contained in:
parent
edc6c8a356
commit
d3ac0f3f91
@ -1,7 +1,7 @@
|
||||
# Template file for 'mDNSResponder'
|
||||
pkgname=mDNSResponder
|
||||
version=561.1.1
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="flex"
|
||||
short_desc="Implements the Bonjour/Zeroconf protocol"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
@ -10,7 +10,6 @@ homepage="http://opensource.apple.com/"
|
||||
distfiles="http://opensource.apple.com/tarballs/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=217ca717149b999a34c568913e4721beef96ac7ab93db8a012e68ffe816530d9
|
||||
|
||||
conf_files="/etc/nss_mdns.conf"
|
||||
conflicts="nss-mdns>=0"
|
||||
|
||||
do_build() {
|
||||
@ -20,11 +19,9 @@ do_build() {
|
||||
}
|
||||
do_install() {
|
||||
cd mDNSPosix
|
||||
vconf nss_mdns.conf
|
||||
vsconf Services.txt
|
||||
vman nss_mdns.conf.5
|
||||
vman libnss_mdns.8
|
||||
for f in mdnsd dnsextd mDNSIdentify mDNSNetMonitor; do
|
||||
for f in mdnsd dnsextd; do
|
||||
vbin build/prod/$f
|
||||
done
|
||||
vinstall build/prod/libdns_sd.so 755 usr/lib
|
||||
|
Loading…
Reference in New Issue
Block a user