[arch-commits] CVS update of extra/system/gnupg2 (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun May 27 07:27:14 UTC 2007


    Date: Sunday, May 27, 2007 @ 03:27:14
  Author: tpowa
    Path: /home/cvs-extra/extra/system/gnupg2

Modified: PKGBUILD (1.17 -> 1.18)

'upgpkg: fixed #7262'


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


Index: extra/system/gnupg2/PKGBUILD
diff -u extra/system/gnupg2/PKGBUILD:1.17 extra/system/gnupg2/PKGBUILD:1.18
--- extra/system/gnupg2/PKGBUILD:1.17	Sat May 12 02:42:05 2007
+++ extra/system/gnupg2/PKGBUILD	Sun May 27 03:27:14 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.17 2007/05/12 06:42:05 tpowa Exp $
+# $Id: PKGBUILD,v 1.18 2007/05/27 07:27:14 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=gnupg2
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool"
 arch=(i686 x86_64)
 depends=('libldap' 'curl' 'bzip2' 'zlib' 'libksba' 'libgcrypt' 'pth' 'libusb' 'libassuan' 'pinentry' 'dirmngr')
@@ -16,11 +16,10 @@
   # O2 breaks it on x86_64
   [ "$CARCH" = "x86_64" ] && EXTRAOPTS="--disable-optimization"
 
-  ./configure --prefix=/usr $EXTRAOPTS
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg2 $EXTRAOPTS
   make || return 1
   make DESTDIR=$startdir/pkg install
   # move conflicting files
-  mkdir $startdir/pkg/usr/share/gnupg2
-  mv $startdir/pkg/usr/share/gnupg/* $startdir/pkg/usr/share/gnupg2
+  mv $startdir/pkg/usr/share/gnupg{,2}
 }
 md5sums=('e16efce067ba132f933792a3ec7f180e')




More information about the arch-commits mailing list