summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-04 16:01:27 +0200
committerpiernov <piernov@piernov.org>2011-09-04 16:01:27 +0200
commitb112683961336a1b8cd00660d8a246675d9926d9 (patch)
tree2c4a35a5ef36544b378d2ec89649db77c8039a06 /extra
parent439599ba8917e587fa06e4e176ddbf2727149b3d (diff)
downloadnutyx-pakxe-b112683961336a1b8cd00660d8a246675d9926d9.tar.gz
nutyx-pakxe-b112683961336a1b8cd00660d8a246675d9926d9.tar.bz2
nutyx-pakxe-b112683961336a1b8cd00660d8a246675d9926d9.tar.xz
nutyx-pakxe-b112683961336a1b8cd00660d8a246675d9926d9.zip
libasyncns 0.8-1 déplacé dans extra
Diffstat (limited to 'extra')
-rw-r--r--extra/libasyncns/.footprint.i68617
-rw-r--r--extra/libasyncns/.footprint.x86_6417
-rw-r--r--extra/libasyncns/.md5sum.i6861
-rw-r--r--extra/libasyncns/.md5sum.x86_641
-rw-r--r--extra/libasyncns/Pkgfile18
5 files changed, 54 insertions, 0 deletions
diff --git a/extra/libasyncns/.footprint.i686 b/extra/libasyncns/.footprint.i686
new file mode 100644
index 000000000..7699aa3d0
--- /dev/null
+++ b/extra/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/extra/libasyncns/.footprint.x86_64 b/extra/libasyncns/.footprint.x86_64
new file mode 100644
index 000000000..7699aa3d0
--- /dev/null
+++ b/extra/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/extra/libasyncns/.md5sum.i686 b/extra/libasyncns/.md5sum.i686
new file mode 100644
index 000000000..f063d8901
--- /dev/null
+++ b/extra/libasyncns/.md5sum.i686
@@ -0,0 +1 @@
+1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz
diff --git a/extra/libasyncns/.md5sum.x86_64 b/extra/libasyncns/.md5sum.x86_64
new file mode 100644
index 000000000..f063d8901
--- /dev/null
+++ b/extra/libasyncns/.md5sum.x86_64
@@ -0,0 +1 @@
+1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz
diff --git a/extra/libasyncns/Pkgfile b/extra/libasyncns/Pkgfile
new file mode 100644
index 000000000..5455f0376
--- /dev/null
+++ b/extra/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
+}