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 <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: dorphell <[email protected]>
 # Contributor: Tom Newsom <[email protected]>
 
 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
 }
 

Reply via email to