Added nss-mdns-0.10 build template.
--HG-- extra : convert_revision : aaf7acbea3f779f79c8a9ecd4202fbb13ca5e10c
This commit is contained in:
parent
54658e4cc5
commit
11003ef8d6
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'nss-mdns'
|
||||||
|
pkgname=nss-mdns
|
||||||
|
version=0.10
|
||||||
|
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
configure_args="--enable-avahi --disable-lynx --localstatedir=/var"
|
||||||
|
short_desc="NSS module for Multicast DNS name resolution"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d
|
||||||
|
long_desc="
|
||||||
|
nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality
|
||||||
|
of the GNU C Library (glibc) providing host name resolution via Multicast
|
||||||
|
DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively
|
||||||
|
allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS
|
||||||
|
domain .local."
|
||||||
|
|
||||||
|
Add_dependency full glibc
|
||||||
|
Add_dependency full avahi
|
Loading…
Reference in New Issue