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 ++++ extra/nss-mdns/.footprint.i686 | 9 --------- extra/nss-mdns/.footprint.x86_64 | 9 --------- extra/nss-mdns/.md5sum.i686 | 2 -- extra/nss-mdns/.md5sum.x86_64 | 2 -- extra/nss-mdns/Pkgfile | 24 ------------------------ extra/nss-mdns/mdns.allow | 4 ---- 12 files changed, 50 insertions(+), 50 deletions(-) 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 delete mode 100644 extra/nss-mdns/.footprint.i686 delete mode 100644 extra/nss-mdns/.footprint.x86_64 delete mode 100644 extra/nss-mdns/.md5sum.i686 delete mode 100644 extra/nss-mdns/.md5sum.x86_64 delete mode 100644 extra/nss-mdns/Pkgfile delete mode 100644 extra/nss-mdns/mdns.allow 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 diff --git a/extra/nss-mdns/.footprint.i686 b/extra/nss-mdns/.footprint.i686 deleted file mode 100644 index 1fe7355c1..000000000 --- a/extra/nss-mdns/.footprint.i686 +++ /dev/null @@ -1,9 +0,0 @@ -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/extra/nss-mdns/.footprint.x86_64 b/extra/nss-mdns/.footprint.x86_64 deleted file mode 100644 index 1fe7355c1..000000000 --- a/extra/nss-mdns/.footprint.x86_64 +++ /dev/null @@ -1,9 +0,0 @@ -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/extra/nss-mdns/.md5sum.i686 b/extra/nss-mdns/.md5sum.i686 deleted file mode 100644 index 62fef20f0..000000000 --- a/extra/nss-mdns/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -80468c84bff77cbf892163ca3f522105 mdns.allow -03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz diff --git a/extra/nss-mdns/.md5sum.x86_64 b/extra/nss-mdns/.md5sum.x86_64 deleted file mode 100644 index 62fef20f0..000000000 --- a/extra/nss-mdns/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -80468c84bff77cbf892163ca3f522105 mdns.allow -03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz diff --git a/extra/nss-mdns/Pkgfile b/extra/nss-mdns/Pkgfile deleted file mode 100644 index 9f154c83d..000000000 --- a/extra/nss-mdns/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# 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/extra/nss-mdns/mdns.allow b/extra/nss-mdns/mdns.allow deleted file mode 100644 index a55599562..000000000 --- a/extra/nss-mdns/mdns.allow +++ /dev/null @@ -1,4 +0,0 @@ -# Begin of /etc/mdns.allow -.local. -.local -# End of /etc/mdns.allow -- cgit v1.2.3-70-g09d2