# $Id: PKGBUILD 191361 2013-07-24 01:43:47Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Daniel J Griffiths # Contributor: Thayer Williams # Contributor: damir pkgname=abook pkgver=0.6.0pre2.20130724 pkgrel=1 pkgdesc='Text-based addressbook designed for use with Mutt' url='http://abook.sourceforge.net/' arch=('i686' 'x86_64') license=('GPL2') makedepends=('git') depends=('readline') source=("abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68") sha1sums=('SKIP') build() { cd "${srcdir}/${pkgname}" ./configure --prefix=/usr --mandir=/usr/share/man make cd po && make update-po } package() { cd "${srcdir}/${pkgname}" make DESTDIR="${pkgdir}" install }