summaryrefslogtreecommitdiff
path: root/extra/yp-tools
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-10 11:18:50 -0300
commitbe51ad4280764191b91e8c27baca29a30475e483 (patch)
tree0794eb362f0c718d1c199efef58eb7248d27f311 /extra/yp-tools
parent06a22f3bf7a44edf24bd02b6023cf05a6bc77256 (diff)
parent8634a064b17334eb58699897220aeed2fc9a54db (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/solfege/PKGBUILD core/udev/PKGBUILD testing/moc/PKGBUILD testing/mod_perl/PKGBUILD testing/pidgin/PKGBUILD
Diffstat (limited to 'extra/yp-tools')
-rw-r--r--extra/yp-tools/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/yp-tools/PKGBUILD b/extra/yp-tools/PKGBUILD
index 6fd32616a..d17e30adc 100644
--- a/extra/yp-tools/PKGBUILD
+++ b/extra/yp-tools/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 91704 2010-09-27 17:42:28Z bisson $
-# Maintainer: dorphell <dorphell@archlinux.org>
+# $Id: PKGBUILD 126193 2011-06-02 14:34:36Z bisson $
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=yp-tools
pkgver=2.12
-pkgrel=1
+pkgrel=2
pkgdesc='Linux NIS Tools'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.linux-nis.org/nis/yp-tools/'
license=('GPL2')
-depends=('ypbind-mt' 'glibc')
+depends=('ypbind-mt')
source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/$pkgname-$pkgver.tar.gz")
sha1sums=('10b0ef5d4c5723e0716d7a1431a900c0ba6ef703')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --disable-domainname
+ ./configure --prefix=/usr
make
}