From b7f1bb34a6684fdfc049bc1181c9f5a67eab8fea Mon Sep 17 00:00:00 2001 From: Mikhail Kolesnik Date: Sun, 21 Dec 2008 16:59:18 +0200 Subject: [PATCH] libasyncns: new port --- libasyncns/.footprint | 11 +++++++++++ libasyncns/.md5sum | 1 + libasyncns/Pkgfile | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 libasyncns/.footprint create mode 100644 libasyncns/.md5sum create mode 100644 libasyncns/Pkgfile diff --git a/libasyncns/.footprint b/libasyncns/.footprint new file mode 100644 index 000000000..bc395143e --- /dev/null +++ b/libasyncns/.footprint @@ -0,0 +1,11 @@ +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 diff --git a/libasyncns/.md5sum b/libasyncns/.md5sum new file mode 100644 index 000000000..96521a2df --- /dev/null +++ b/libasyncns/.md5sum @@ -0,0 +1 @@ +1cac4bd143503b597aaf5c344c0bf81e libasyncns-0.7.tar.gz diff --git a/libasyncns/Pkgfile b/libasyncns/Pkgfile new file mode 100644 index 000000000..2fafaaf9a --- /dev/null +++ b/libasyncns/Pkgfile @@ -0,0 +1,17 @@ +# Description: A C library for executing name service queries asynchronously +# URL: http://0pointer.de/lennart/projects/libasyncns/ +# Maintainer: Mikhail Kolesnik, mike at openbunker dot org +# Depends on: + +name=libasyncns +version=0.7 +release=1 +source=(http://0pointer.de/lennart/projects/libasyncns/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr --disable-nls + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +}