Date: Tuesday, February 7, 2012 @ 12:01:43 Author: heftig Revision: 149431
signed rebuild, clean Modified: libasyncns/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-07 17:01:10 UTC (rev 149430) +++ PKGBUILD 2012-02-07 17:01:43 UTC (rev 149431) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jan "heftig" Steffens <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Corrado Primier <[email protected]> # Contributor: Eric Belanger <[email protected]> # Contributor: William Rea <[email protected]> @@ -7,23 +7,23 @@ pkgname=libasyncns pkgver=0.8 -pkgrel=3 -pkgdesc="A C library for Linux/Unix for executing name service queries asynchronously" +pkgrel=4 +pkgdesc="A C library 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) +source=("$url/$pkgname-$pkgver.tar.gz") md5sums=('1f553d6ce1ad255bc83b3d8e9384f515') build() { - cd ${srcdir}/libasyncns-${pkgver} + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --disable-lynx make } package() { - cd ${srcdir}/libasyncns-${pkgver} - make DESTDIR=${pkgdir} install + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install }
