diff options
Diffstat (limited to 'extra/libasyncns')
-rw-r--r-- | extra/libasyncns/.footprint.i686 | 17 | ||||
-rw-r--r-- | extra/libasyncns/.footprint.x86_64 | 17 | ||||
-rw-r--r-- | extra/libasyncns/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/libasyncns/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/libasyncns/Pkgfile | 18 |
5 files changed, 0 insertions, 54 deletions
diff --git a/extra/libasyncns/.footprint.i686 b/extra/libasyncns/.footprint.i686 deleted file mode 100644 index 7699aa3d0..000000000 --- a/extra/libasyncns/.footprint.i686 +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 7699aa3d0..000000000 --- a/extra/libasyncns/.footprint.x86_64 +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index f063d8901..000000000 --- a/extra/libasyncns/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz diff --git a/extra/libasyncns/.md5sum.x86_64 b/extra/libasyncns/.md5sum.x86_64 deleted file mode 100644 index f063d8901..000000000 --- a/extra/libasyncns/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz diff --git a/extra/libasyncns/Pkgfile b/extra/libasyncns/Pkgfile deleted file mode 100644 index 5455f0376..000000000 --- a/extra/libasyncns/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |