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

Ronald van Haren ronald at archlinux.org
Thu Sep 25 09:00:45 UTC 2008


    Date: Thursday, September 25, 2008 @ 05:00:45
  Author: ronald
Revision: 12930

upgpkg: nfsidmap 0.21-1

Modified:
  nfsidmap/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-25 08:59:39 UTC (rev 12929)
+++ PKGBUILD	2008-09-25 09:00:45 UTC (rev 12930)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: Judd <jvinet at zeroflux.org>
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
 pkgname=nfsidmap
-pkgver=0.20
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 pkgdesc="Library to help mapping IDs, mainly for NFSv4"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.citi.umich.edu/projects/nfsv4/linux/"
 depends=('glibc' 'libldap')
 license=('custom:nfsidmap')
 options=(!libtool)
 source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-md5sums=('9233cb77876eb642374a0d2bcaba1170')
+md5sums=('56b05e30645353befbf73bd905270d4b')
 
 build() {
-  cd $startdir/src/lib$pkgname-$pkgver
+  cd $srcdir/lib$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
-  make DESTDIR=$startdir/pkg install
+  make DESTDIR=$pkgdir install || return 1
+
   # install license
   install -D -m644 COPYING $startdir/pkg/usr/share/licenses/nfsidmap/LICENSE
 }




More information about the arch-commits mailing list