diff options
author | sibel <lesibel@free.fr> | 2011-03-03 16:05:58 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-03 16:05:58 +0100 |
commit | e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff (patch) | |
tree | 5511a3d64856cb89a9e49e3eaa05e52a8aee57f8 /extra/nss-mdns | |
parent | 4cd60846e99d39d7b233a0c015653bfae7e8a6fb (diff) | |
download | nutyx-pakxe-e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff.tar.gz nutyx-pakxe-e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff.tar.bz2 nutyx-pakxe-e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff.tar.xz nutyx-pakxe-e969e2b68fd3ab7a6756f5e8dc8795e0f6791fff.zip |
nss-mdns déplacé dans base
Diffstat (limited to 'extra/nss-mdns')
-rw-r--r-- | extra/nss-mdns/.footprint.i686 | 9 | ||||
-rw-r--r-- | extra/nss-mdns/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | extra/nss-mdns/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/nss-mdns/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/nss-mdns/Pkgfile | 24 | ||||
-rw-r--r-- | extra/nss-mdns/mdns.allow | 4 |
6 files changed, 0 insertions, 50 deletions
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 |