[arch-commits] CVS update of arch/build/lib/nfsidmap (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Sep 10 22:37:31 UTC 2007


    Date: Monday, September 10, 2007 @ 18:37:31
  Author: tpowa
    Path: /home/cvs-arch/arch/build/lib/nfsidmap

Modified: PKGBUILD (1.9 -> 1.10)

'upgpkg: update to new version'


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: arch/build/lib/nfsidmap/PKGBUILD
diff -u arch/build/lib/nfsidmap/PKGBUILD:1.9 arch/build/lib/nfsidmap/PKGBUILD:1.10
--- arch/build/lib/nfsidmap/PKGBUILD:1.9	Sat Nov 18 09:19:13 2006
+++ arch/build/lib/nfsidmap/PKGBUILD	Mon Sep 10 18:37:31 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.9 2006/11/18 14:19:13 tpowa Exp $
+# $Id: PKGBUILD,v 1.10 2007/09/10 22:37:31 tpowa Exp $
 # Maintainer: Judd <jvinet at zeroflux.org>
 pkgname=nfsidmap
-pkgver=0.18
+pkgver=0.20
 pkgrel=1
 pkgdesc="Library to help mapping IDs, mainly for NFSv4"
 arch=(i686 x86_64)
 url="http://www.citi.umich.edu/projects/nfsv4/linux/"
 depends=('glibc' 'libldap')
+license=('custom:nfsidmap')
 source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-md5sums=('f364d649196ae26ea6dc9184ea754f4c')
+options=(!libtool)
 
 build() {
   cd $startdir/src/lib$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}
+  # install license
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/nfsidmap/LICENSE
+}
\ No newline at end of file




More information about the arch-commits mailing list