# $Id: PKGBUILD 149434 2012-02-07 17:05:44Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Corrado Primier # Contributor: Eric Belanger # Contributor: William Rea # Contributor: Daniel J Griffiths pkgname=libasyncns pkgver=0.8 pkgrel=4.1 pkgdesc="A C library for executing name service queries asynchronously" arch=('i686' 'x86_64' 'mips64el') url="http://0pointer.de/lennart/projects/libasyncns" license=('LGPL') options=('!libtool') depends=('glibc') source=("$url/$pkgname-$pkgver.tar.gz") md5sums=('1f553d6ce1ad255bc83b3d8e9384f515') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-lynx make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }