diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:52:26 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:52:26 +0200 |
commit | 64182a20b80f19f5827d924d0c0589f15565c148 (patch) | |
tree | fd81fbf9b5efc070ce4c96f1fd50727bfe1236f3 /base | |
parent | ce55610c93259972a672a123e197beb71b0149ca (diff) | |
download | nutyx-extra-64182a20b80f19f5827d924d0c0589f15565c148.tar.gz nutyx-extra-64182a20b80f19f5827d924d0c0589f15565c148.tar.bz2 nutyx-extra-64182a20b80f19f5827d924d0c0589f15565c148.tar.xz nutyx-extra-64182a20b80f19f5827d924d0c0589f15565c148.zip |
nss-mdns dans extra
Diffstat (limited to 'base')
-rw-r--r-- | base/nss-mdns/.footprint.i686 | 9 | ||||
-rw-r--r-- | base/nss-mdns/.footprint.x86_64 | 9 | ||||
-rw-r--r-- | base/nss-mdns/.md5sum.i686 | 2 | ||||
-rw-r--r-- | base/nss-mdns/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | base/nss-mdns/Pkgfile | 24 | ||||
-rw-r--r-- | base/nss-mdns/mdns.allow | 4 |
6 files changed, 0 insertions, 50 deletions
diff --git a/base/nss-mdns/.footprint.i686 b/base/nss-mdns/.footprint.i686 deleted file mode 100644 index 1fe7355c1..000000000 --- a/base/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/base/nss-mdns/.footprint.x86_64 b/base/nss-mdns/.footprint.x86_64 deleted file mode 100644 index 1fe7355c1..000000000 --- a/base/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/base/nss-mdns/.md5sum.i686 b/base/nss-mdns/.md5sum.i686 deleted file mode 100644 index 62fef20f0..000000000 --- a/base/nss-mdns/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 62fef20f0..000000000 --- a/base/nss-mdns/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -80468c84bff77cbf892163ca3f522105 mdns.allow -03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz diff --git a/base/nss-mdns/Pkgfile b/base/nss-mdns/Pkgfile deleted file mode 100644 index 9f154c83d..000000000 --- a/base/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/base/nss-mdns/mdns.allow b/base/nss-mdns/mdns.allow deleted file mode 100644 index a55599562..000000000 --- a/base/nss-mdns/mdns.allow +++ /dev/null @@ -1,4 +0,0 @@ -# Begin of /etc/mdns.allow -.local. -.local -# End of /etc/mdns.allow |