# $Id: PKGBUILD 48556 2011-06-02 02:30:07Z bfanella $ # Maintainer : Ionut Biru # Maintainer: Brad Fanella # Contributor: Roman Kyrylych pkgname=balsa pkgver=2.4.9 pkgrel=4 pkgdesc="An e-mail client for GNOME" arch=('i686' 'x86_64') license=('GPL') url='http://pawsa.fedorapeople.org/balsa/' depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme') makedepends=('perlxml' 'gnome-doc-utils' 'intltool' 'namcap') install=balsa.install source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2) md5sums=('bd7ac44f0cf3117a5fdb46d17dac2b51') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --with-ssl \ --with-gpgme=gpgme-config \ --with-gss \ --with-ldap \ --with-gtksourceview \ --with-gtkspell \ --with-rubrica \ --with-sqlite \ --without-nm \ --without-gnome \ --with-html-widget=webkit make } package() { cd ${srcdir}/${pkgname}-${pkgver} make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install }