From 8634a064b17334eb58699897220aeed2fc9a54db Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Jun 2011 22:46:45 +0000 Subject: Thu Jun 9 22:46:45 UTC 2011 --- extra/yp-tools/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'extra/yp-tools') diff --git a/extra/yp-tools/PKGBUILD b/extra/yp-tools/PKGBUILD index 9d09fd38a..8cf4b6960 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 +# $Id: PKGBUILD 126193 2011-06-02 14:34:36Z bisson $ +# Maintainer: Gaetan Bisson +# Contributor: dorphell # Contributor: Tom Newsom pkgname=yp-tools pkgver=2.12 -pkgrel=1 +pkgrel=2 pkgdesc='Linux NIS Tools' arch=('i686' 'x86_64') 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 } -- cgit v1.2.3-54-g00ecf