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