updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / sylpheed-beta / PKGBUILD
blob27f42092b106482b9b1a974c6df84850926be940
1 # Maintainer: Einar Lielmanis <einar@spicausis.lv>
3 pkgname=sylpheed-beta
4 pkgver=3.2.0beta5
5 pkgrel=1
6 pkgdesc="Lightweight and user-friendly e-mail client. Latest official beta version."
7 arch=('i686' 'x86_64')
8 url="http://sylpheed.sraoss.jp/en/"
9 license=('GPL')
10 depends=('gpgme' 'gtk2')
11 makedepends=('compface')
12 options=('libtool')
13 conflicts=('sylpheed' 'sylpheed-beta-iconmod')
14 provides=('sylpheed')
15 source=(http://sylpheed.sraoss.jp/sylpheed/v3.2beta/sylpheed-$pkgver.tar.bz2)
17 build() {
18   cd "$srcdir/sylpheed-$pkgver"
20   ./configure --prefix=/usr --enable-ldap --disable-gtkspell || return 1
21   make || return 1
22   make DESTDIR="$pkgdir" install || return 1
25 md5sums=('ff9c67da6c5e41a43421e75bd8b08d7f')