summaryrefslogtreecommitdiff
path: root/testing/libksba/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libksba/PKGBUILD')
-rw-r--r--testing/libksba/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/libksba/PKGBUILD b/testing/libksba/PKGBUILD
deleted file mode 100644
index 51f23e123..000000000
--- a/testing/libksba/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 134460 2011-08-04 06:38:08Z tpowa $
-# Maintainer: damir <damir@archlinux.org>
-# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
-
-pkgname=libksba
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A CMS and X.509 access library"
-arch=(i686 x86_64)
-license=('GPL')
-url="ftp://ftp.gnupg.org/gcrypt/alpha/libksba"
-depends=('bash' 'libgpg-error' 'glibc')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
-options=(!libtool)
-install=libksba.install
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
- make DESTDIR=$startdir/pkg install
-}
-md5sums=('e797f370b69b4dc776499d6a071ae137')