summaryrefslogtreecommitdiff
path: root/extra/libasyncns
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-09 18:15:39 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-09 18:15:39 -0300
commitf35184e8782d5fe7fc3ea3f11042b29913cde6d8 (patch)
treec984d07cfb1cb491f5e7a71f3771a81001398d74 /extra/libasyncns
parent520f5964346341a33a8337c8fd5b1afa10de6d5b (diff)
parent54b7119c36756b86ea463649ee972cd6c1ce5863 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/nload/PKGBUILD core/glibc/PKGBUILD extra/aalib/PKGBUILD extra/apache/PKGBUILD extra/jasper/PKGBUILD extra/libasyncns/PKGBUILD extra/libvorbis/PKGBUILD extra/libxslt/PKGBUILD extra/xfce4-timer-plugin/PKGBUILD multilib/lib32-glibc/PKGBUILD multilib/lib32-gtk2/PKGBUILD staging/xorg-xinput/PKGBUILD
Diffstat (limited to 'extra/libasyncns')
-rw-r--r--extra/libasyncns/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/libasyncns/PKGBUILD b/extra/libasyncns/PKGBUILD
index 93c625931..9534be66e 100644
--- a/extra/libasyncns/PKGBUILD
+++ b/extra/libasyncns/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 99900 2010-11-19 13:00:38Z heftig $
-# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
+# $Id: PKGBUILD 149434 2012-02-07 17:05:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -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' 'mips64el')
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
}