# $Id: PKGBUILD 110746 2011-02-22 00:31:00Z bisson $ # Contributor: damir # Contributor: Thayer Williams # Contributor: Daniel J Griffiths # Maintainer: Gaetan Bisson pkgname=abook pkgver=0.6.0pre2 pkgrel=3 pkgdesc='Text-based addressbook designed for use with Mutt' arch=('i686' 'x86_64') url='http://abook.sourceforge.net/' license=('GPL2') depends=('readline') source=("http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz") sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --mandir=/usr/share/man make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }