libasyncns: new port

This commit is contained in:
Mikhail Kolesnik 2008-12-21 16:59:18 +02:00
parent 34cde54948
commit b7f1bb34a6
3 changed files with 29 additions and 0 deletions

11
libasyncns/.footprint Normal file
View File

@ -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

1
libasyncns/.md5sum Normal file
View File

@ -0,0 +1 @@
1cac4bd143503b597aaf5c344c0bf81e libasyncns-0.7.tar.gz

17
libasyncns/Pkgfile Normal file
View File

@ -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
}