#Packager: Dimitris Tzemos <dijemos@gmail.com>

pkgname=lbdb
pkgver=0.47
pkgrel=1dj
source=("http://www.spinnaker.de/lbdb/download/${pkgname}_${pkgver}.tar.gz")
#docs=("NEWS" "README" "COPYING" "INSTALL" "TODO")
url="http://www.spinnaker.de/lbdb/"
options=('noautodotnew')
dotnew=('etc/lbdb.rc' 'etc/lbdb_ldap.rc')

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"lbdb (The Little Brother's Database)"
"This package consists of a set of small tools, which collect mail"
"addresses from several sources and offer these addresses to the"
"mutt external query feature."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr \
		--libdir=/usr/lib${LIBDIRSUFFIX} \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--build=$arch-slackware-linux
	make -j $numjobs || return 1
	make install_prefix=$startdir/pkg install
} 
