From e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 16:05:58 +0100 Subject: nss-mdns déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/nss-mdns/.footprint.i686 | 9 +++++++++ base/nss-mdns/.footprint.x86_64 | 9 +++++++++ base/nss-mdns/.md5sum.i686 | 2 ++ base/nss-mdns/.md5sum.x86_64 | 2 ++ base/nss-mdns/Pkgfile | 24 ++++++++++++++++++++++++ base/nss-mdns/mdns.allow | 4 ++++ 6 files changed, 50 insertions(+) create mode 100644 base/nss-mdns/.footprint.i686 create mode 100644 base/nss-mdns/.footprint.x86_64 create mode 100644 base/nss-mdns/.md5sum.i686 create mode 100644 base/nss-mdns/.md5sum.x86_64 create mode 100644 base/nss-mdns/Pkgfile create mode 100644 base/nss-mdns/mdns.allow (limited to 'base/nss-mdns') diff --git a/base/nss-mdns/.footprint.i686 b/base/nss-mdns/.footprint.i686 new file mode 100644 index 000000000..1fe7355c1 --- /dev/null +++ b/base/nss-mdns/.footprint.i686 @@ -0,0 +1,9 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/mdns.allow +drwxr-xr-x root/root lib/ +-rwxr-xr-x root/root lib/libnss_mdns.so.2 +-rwxr-xr-x root/root lib/libnss_mdns4.so.2 +-rwxr-xr-x root/root lib/libnss_mdns4_minimal.so.2 +-rwxr-xr-x root/root lib/libnss_mdns6.so.2 +-rwxr-xr-x root/root lib/libnss_mdns6_minimal.so.2 +-rwxr-xr-x root/root lib/libnss_mdns_minimal.so.2 diff --git a/base/nss-mdns/.footprint.x86_64 b/base/nss-mdns/.footprint.x86_64 new file mode 100644 index 000000000..1fe7355c1 --- /dev/null +++ b/base/nss-mdns/.footprint.x86_64 @@ -0,0 +1,9 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/mdns.allow +drwxr-xr-x root/root lib/ +-rwxr-xr-x root/root lib/libnss_mdns.so.2 +-rwxr-xr-x root/root lib/libnss_mdns4.so.2 +-rwxr-xr-x root/root lib/libnss_mdns4_minimal.so.2 +-rwxr-xr-x root/root lib/libnss_mdns6.so.2 +-rwxr-xr-x root/root lib/libnss_mdns6_minimal.so.2 +-rwxr-xr-x root/root lib/libnss_mdns_minimal.so.2 diff --git a/base/nss-mdns/.md5sum.i686 b/base/nss-mdns/.md5sum.i686 new file mode 100644 index 000000000..62fef20f0 --- /dev/null +++ b/base/nss-mdns/.md5sum.i686 @@ -0,0 +1,2 @@ +80468c84bff77cbf892163ca3f522105 mdns.allow +03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz diff --git a/base/nss-mdns/.md5sum.x86_64 b/base/nss-mdns/.md5sum.x86_64 new file mode 100644 index 000000000..62fef20f0 --- /dev/null +++ b/base/nss-mdns/.md5sum.x86_64 @@ -0,0 +1,2 @@ +80468c84bff77cbf892163ca3f522105 mdns.allow +03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz diff --git a/base/nss-mdns/Pkgfile b/base/nss-mdns/Pkgfile new file mode 100644 index 000000000..9f154c83d --- /dev/null +++ b/base/nss-mdns/Pkgfile @@ -0,0 +1,24 @@ +# Description: Plugin pour glibc permettant la resolution de noms via mDNS +# URL: http://0pointer.de/lennart/projects/nss-mdns/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: +# Run on: + +name=nss-mdns +version=0.10 +release=1 +source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.gz\ + mdns.allow) + +build() { + cd $name-$version + ./configure --prefix=/ \ + --disable-lynx \ + --enable-avahi + make + mkdir -p $PKG/etc + install -m644 ../mdns.allow $PKG/etc/mdns.allow + make DESTDIR=$PKG install +} + diff --git a/base/nss-mdns/mdns.allow b/base/nss-mdns/mdns.allow new file mode 100644 index 000000000..a55599562 --- /dev/null +++ b/base/nss-mdns/mdns.allow @@ -0,0 +1,4 @@ +# Begin of /etc/mdns.allow +.local. +.local +# End of /etc/mdns.allow -- cgit v1.2.3-54-g00ecf