summaryrefslogtreecommitdiff
path: root/community/balsa/PKGBUILD
blob: 1f69914b0de03db3798814e30c26448d9b91e470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# $Id: PKGBUILD 48198 2011-05-29 16:56:14Z bfanella $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Roman Kyrylych <roman@archlinux.org>

pkgname=balsa
pkgver=2.4.9
pkgrel=3
pkgdesc="An e-mail client for GNOME"
arch=('i686' 'x86_64')
license=('GPL')
url='http://pawsa.fedorapeople.org/balsa/'
depends=('libgssglue' '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
}