diff options
author | Mikhail Kolesnik <mike@openbunker.org> | 2008-12-21 16:59:18 +0200 |
---|---|---|
committer | Mikhail Kolesnik <mike@openbunker.org> | 2008-12-21 16:59:18 +0200 |
commit | b7f1bb34a6684fdfc049bc1181c9f5a67eab8fea (patch) | |
tree | 1f643991d37dabde1f6609f74f9c1050ddf62f89 /libasyncns/Pkgfile | |
parent | 34cde54948abdb680fce19343a7c340fe105be12 (diff) | |
download | contrib-b7f1bb34a6684fdfc049bc1181c9f5a67eab8fea.tar.gz contrib-b7f1bb34a6684fdfc049bc1181c9f5a67eab8fea.tar.xz |
libasyncns: new port
Diffstat (limited to 'libasyncns/Pkgfile')
-rw-r--r-- | libasyncns/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} |