summaryrefslogtreecommitdiffstats
path: root/nss-mdns
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /nss-mdns
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'nss-mdns')
-rw-r--r--nss-mdns/.footprint.i6869
-rw-r--r--nss-mdns/.footprint.x86_649
-rw-r--r--nss-mdns/.md5sum.i6862
-rw-r--r--nss-mdns/.md5sum.x86_642
-rw-r--r--nss-mdns/Pkgfile24
-rw-r--r--nss-mdns/mdns.allow4
6 files changed, 50 insertions, 0 deletions
diff --git a/nss-mdns/.footprint.i686 b/nss-mdns/.footprint.i686
new file mode 100644
index 000000000..1fe7355c1
--- /dev/null
+++ b/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/nss-mdns/.footprint.x86_64 b/nss-mdns/.footprint.x86_64
new file mode 100644
index 000000000..1fe7355c1
--- /dev/null
+++ b/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/nss-mdns/.md5sum.i686 b/nss-mdns/.md5sum.i686
new file mode 100644
index 000000000..62fef20f0
--- /dev/null
+++ b/nss-mdns/.md5sum.i686
@@ -0,0 +1,2 @@
+80468c84bff77cbf892163ca3f522105 mdns.allow
+03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz
diff --git a/nss-mdns/.md5sum.x86_64 b/nss-mdns/.md5sum.x86_64
new file mode 100644
index 000000000..62fef20f0
--- /dev/null
+++ b/nss-mdns/.md5sum.x86_64
@@ -0,0 +1,2 @@
+80468c84bff77cbf892163ca3f522105 mdns.allow
+03938f17646efbb50aa70ba5f99f51d7 nss-mdns-0.10.tar.gz
diff --git a/nss-mdns/Pkgfile b/nss-mdns/Pkgfile
new file mode 100644
index 000000000..9f154c83d
--- /dev/null
+++ b/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/nss-mdns/mdns.allow b/nss-mdns/mdns.allow
new file mode 100644
index 000000000..a55599562
--- /dev/null
+++ b/nss-mdns/mdns.allow
@@ -0,0 +1,4 @@
+# Begin of /etc/mdns.allow
+.local.
+.local
+# End of /etc/mdns.allow