summaryrefslogtreecommitdiffstats
path: root/libasyncns
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 /libasyncns
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 'libasyncns')
-rw-r--r--libasyncns/.footprint.i68617
-rw-r--r--libasyncns/.footprint.x86_6417
-rw-r--r--libasyncns/.md5sum.i6861
-rw-r--r--libasyncns/.md5sum.x86_641
-rw-r--r--libasyncns/Pkgfile18
5 files changed, 54 insertions, 0 deletions
diff --git a/libasyncns/.footprint.i686 b/libasyncns/.footprint.i686
new file mode 100644
index 000000000..7699aa3d0
--- /dev/null
+++ b/libasyncns/.footprint.i686
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/asyncns.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libasyncns.a
+-rwxr-xr-x root/root usr/lib/libasyncns.la
+lrwxrwxrwx root/root usr/lib/libasyncns.so -> libasyncns.so.0.3.1
+lrwxrwxrwx root/root usr/lib/libasyncns.so.0 -> libasyncns.so.0.3.1
+-rwxr-xr-x root/root usr/lib/libasyncns.so.0.3.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libasyncns.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/libasyncns/
+-rw-r--r-- root/root usr/share/doc/libasyncns/README
+-rw-r--r-- root/root usr/share/doc/libasyncns/README.html
+-rw-r--r-- root/root usr/share/doc/libasyncns/style.css
diff --git a/libasyncns/.footprint.x86_64 b/libasyncns/.footprint.x86_64
new file mode 100644
index 000000000..7699aa3d0
--- /dev/null
+++ b/libasyncns/.footprint.x86_64
@@ -0,0 +1,17 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/asyncns.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libasyncns.a
+-rwxr-xr-x root/root usr/lib/libasyncns.la
+lrwxrwxrwx root/root usr/lib/libasyncns.so -> libasyncns.so.0.3.1
+lrwxrwxrwx root/root usr/lib/libasyncns.so.0 -> libasyncns.so.0.3.1
+-rwxr-xr-x root/root usr/lib/libasyncns.so.0.3.1
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libasyncns.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/libasyncns/
+-rw-r--r-- root/root usr/share/doc/libasyncns/README
+-rw-r--r-- root/root usr/share/doc/libasyncns/README.html
+-rw-r--r-- root/root usr/share/doc/libasyncns/style.css
diff --git a/libasyncns/.md5sum.i686 b/libasyncns/.md5sum.i686
new file mode 100644
index 000000000..f063d8901
--- /dev/null
+++ b/libasyncns/.md5sum.i686
@@ -0,0 +1 @@
+1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz
diff --git a/libasyncns/.md5sum.x86_64 b/libasyncns/.md5sum.x86_64
new file mode 100644
index 000000000..f063d8901
--- /dev/null
+++ b/libasyncns/.md5sum.x86_64
@@ -0,0 +1 @@
+1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz
diff --git a/libasyncns/Pkgfile b/libasyncns/Pkgfile
new file mode 100644
index 000000000..5455f0376
--- /dev/null
+++ b/libasyncns/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Bibliothèque C pour exécuter des requêtes DNS asynchrones
+# URL: http://0pointer.de/lennart/projects/libasyncns/
+# Maintainer: piernov <piernov@piernov.org>
+# Packager: piernov <piernov@piernov.org>
+# Depends on:
+# Run on:
+
+name=libasyncns
+version=0.8
+release=1
+source=(http://0pointer.de/lennart/projects/libasyncns/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}