core/dirmngr/PKGBUILD

21 lines
625 B
Bash
Raw Normal View History

2010-05-17 15:50:50 +08:00
# $Id: PKGBUILD 79072 2010-04-30 06:23:27Z tpowa $
2010-03-14 23:48:48 +08:00
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=dirmngr
2010-05-17 15:50:50 +08:00
pkgver=1.1.0rc1
2010-03-14 23:48:48 +08:00
pkgrel=1
pkgdesc="A daemon to handle CRL and certificate requests"
arch=('i686' 'x86_64')
license=('GPL')
url="ftp://ftp.gnupg.org/gcrypt/dirmngr"
depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
2010-05-17 15:50:50 +08:00
source=(ftp://ftp.gnupg.org/gcrypt/alpha/$pkgname/$pkgname-$pkgver.tar.bz2)
2010-03-14 23:48:48 +08:00
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib
make || return 1
make DESTDIR=$pkgdir install
}
2010-05-17 15:50:50 +08:00
md5sums=('73e17b07baff7fe3f2268aa6df1b2f2d')