1 # Maintainer: Peter Lewis <plewis@aur.archlinux.org>
2 # Contributor: damir <damir@archlinux.org>
3 # Contributor: Thayer Williams <thayer@archlinux.org>
4 # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
5 # Contributor: Gaetan Bisson <bisson@archlinux.org>
8 pkgname=$_pkgname-vcard
11 pkgdesc='Text-based addressbook designed for use with Mutt, with vcard patch'
12 arch=('i686' 'x86_64')
13 url='http://abook.sourceforge.net/'
18 source=("http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz"
19 "http://abook.sourceforge.net/patches/abook_vcard_import.patch")
20 sha256sums=('59d444504109dd96816e003b3023175981ae179af479349c34fa70bc12f6d385'
21 '42344474cf8ad64d7937aa20d322b0e5f39736c51445d803a05f0733ee7ce5c1')
24 cd "${srcdir}/${_pkgname}-${pkgver}"
25 patch -p1 < ../abook_vcard_import.patch
26 ./configure --prefix=/usr --mandir=/usr/share/man
31 cd "${srcdir}/${_pkgname}-${pkgver}"
32 make DESTDIR="${pkgdir}" install