# $Id: PKGBUILD 131238 2011-07-12 07:37:20Z tpowa $ # Maintainer: damir # Contributor: Damir Perisa pkgname=libksba pkgver=1.0.8 pkgrel=2 pkgdesc="Libksba is 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=('8acac0b3cbd0030dfc6d0f6a58c9b5b2')