updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / lbdb / PKGBUILD
blobb10fca7d2c33586815b6b1bec17f81f3d9e03548
1 # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
3 pkgname=lbdb
4 pkgver=0.38
5 pkgrel=2
6 pkgdesc="The little brother's database for the mutt mail reader"
7 arch=('i686' 'x86_64')
8 url="http://www.spinnaker.de/lbdb/"
9 license="GPL"
10 depends=('glibc' 'perl')
11 optdepends=('libvformat: for reading vcard files (needed at compile time)' \
12             'inetutils: provides the hostname binary')
13 backup=('etc/lbdb.rc' 'etc/lbdb_ldap.rc')
14 source=(http://www.spinnaker.de/debian/${pkgname}_${pkgver}.tar.gz) 
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   ./configure --prefix=/usr --sysconfdir=/etc
19   make
20   make install_prefix=$pkgdir install
23 md5sums=('a8e65f1400c90818ff324dc4fd67eba2')