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

Eric Belanger eric at archlinux.org
Sun Jan 20 01:21:43 UTC 2008


    Date: Saturday, January 19, 2008 @ 20:21:43
  Author: eric
    Path: /home/cvs-extra/extra/system/gpgme03

 Removed: PKGBUILD (1.5)

extra repo cleanup. Moved to unsupported.


----------+
 PKGBUILD |   25 -------------------------
 1 file changed, 25 deletions(-)


Index: extra/system/gpgme03/PKGBUILD
diff -u extra/system/gpgme03/PKGBUILD:1.5 extra/system/gpgme03/PKGBUILD:removed
--- extra/system/gpgme03/PKGBUILD:1.5	Mon May 22 14:57:55 2006
+++ extra/system/gpgme03/PKGBUILD	Sat Jan 19 20:21:43 2008
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2006/05/22 18:57:55 uid1014 Exp $
-# Maintainer: tobias <tobias at archlinux.org>
-
-pkgname=gpgme03
-pkgver=0.3.16
-pkgrel=3
-pkgdesc="A C wrapper library for GnuPG (0.3.X version)"
-arch=(i686 x86_64)
-depends=('gnupg')
-source=(ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$pkgver.tar.gz)
-url="http://www.gnupg.org/related_software/gpgme/"
-md5sums=('0476b219695ea25cb2a97b18b717e381')
-
-build() {
-  cd $startdir/src/gpgme-$pkgver
-  ./configure --prefix=/usr \
-    --libdir=/usr/lib/gpgme03 \
-    --includedir=/usr/include/gpgme03
-  make || return 1
-  make DESTDIR=$startdir/pkg install
-  mv $startdir/pkg/usr/bin/gpgme-config $startdir/pkg/usr/bin/gpgme-config03
-  rm -rf $startdir/pkg/usr/share
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-}
-# vim: ft=sh ts=2 et




More information about the arch-commits mailing list