diff --git a/srcpkgs/mDNSResponder/template b/srcpkgs/mDNSResponder/template index 76ccbc6cf6..2c75b67c31 100644 --- a/srcpkgs/mDNSResponder/template +++ b/srcpkgs/mDNSResponder/template @@ -1,7 +1,7 @@ # Template file for 'mDNSResponder' pkgname=mDNSResponder version=561.1.1 -revision=4 +revision=5 hostmakedepends="flex" short_desc="Implements the Bonjour/Zeroconf protocol" maintainer="Juan RP " @@ -21,15 +21,21 @@ do_build() { } do_install() { cd mDNSPosix + # nss_mdns vconf nss_mdns.conf vman nss_mdns.conf.5 vman libnss_mdns.8 - for f in mdnsd dnsextd; do - vbin build/prod/$f - done vinstall build/prod/libdns_sd.so 755 usr/lib vinstall build/prod/libnss_mdns-0.2.so 755 usr/lib ln -s libnss_mdns-0.2.so ${DESTDIR}/usr/lib/libnss_mdns.so.2 + # mdnsd + vbin build/prod/mdnsd + # dnsextd + vbin build/prod/dnsextd + vman ${wrksrc}/mDNSShared/dnsextd.8 + # dns-sd + vbin ${wrksrc}/Clients/build/dns-sd + vman ${wrksrc}/mDNSShared/dns-sd.1 # runit services vsv mdnsd vsv dnsextd