[arch-commits] Commit in yp-tools/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Thu Jun 2 14:34:37 UTC 2011


    Date: Thursday, June 2, 2011 @ 10:34:36
  Author: bisson
Revision: 126193

move domainname from net-tools to here

Modified:
  yp-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-02 14:26:09 UTC (rev 126192)
+++ PKGBUILD	2011-06-02 14:34:36 UTC (rev 126193)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 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
 }
 




More information about the arch-commits mailing list