From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- extra/libasyncns/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 extra/libasyncns/PKGBUILD (limited to 'extra/libasyncns/PKGBUILD') diff --git a/extra/libasyncns/PKGBUILD b/extra/libasyncns/PKGBUILD new file mode 100644 index 000000000..06ac6eaac --- /dev/null +++ b/extra/libasyncns/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 99900 2010-11-19 13:00:38Z heftig $ +# Maintainer: Jan "heftig" Steffens +# Contributor: Corrado Primier +# Contributor: Eric Belanger +# Contributor: William Rea +# Contributor: Daniel J Griffiths + +pkgname=libasyncns +pkgver=0.8 +pkgrel=3 +pkgdesc="A C library for Linux/Unix for executing name service queries asynchronously" +arch=('i686' 'x86_64') +url="http://0pointer.de/lennart/projects/libasyncns" +license=('LGPL') +options=('!libtool') +depends=('glibc') +source=(http://0pointer.de/lennart/projects/libasyncns/${pkgname}-${pkgver}.tar.gz) +md5sums=('1f553d6ce1ad255bc83b3d8e9384f515') + +build() { + cd ${srcdir}/libasyncns-${pkgver} + ./configure --prefix=/usr --disable-lynx + make +} + +package() { + cd ${srcdir}/libasyncns-${pkgver} + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf