updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / sylpheed / PKGBUILD
blob5235ea65da90309e64dd7d8d3ce9d9cc0674aad9
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Alexander Fehr <pizzapunk gmail com>
3 # Contributor: dorphell <dorphell@archlinux.org>
5 pkgname=sylpheed
6 pkgver=3.1.2
7 pkgrel=1
8 pkgdesc="Lightweight and user-friendly e-mail client"
9 arch=('i686' 'x86_64')
10 url="http://sylpheed.sraoss.jp/en/"
11 license=('GPL')
12 depends=('gpgme' 'gtkspell')
13 makedepends=('compface' 'openssl')
14 options=('!libtool')
15 install="$pkgname.install"
16 source=("http://sylpheed.sraoss.jp/$pkgname/v3.1/$pkgname-$pkgver.tar.bz2")
17 md5sums=('17100ab8ef5ef7e431bdbcff68bbf7b4')
19 build() {
20   cd "$srcdir/$pkgname-$pkgver"
22   ./configure --prefix=/usr \
23               --enable-ldap
24   make
26   # Build Attachment-Tool Plug-in
27   cd plugin/attachment_tool && make
30 package() {
31   cd "$srcdir/$pkgname-$pkgver"
33   make DESTDIR="$pkgdir/" install
35   # Install Attachment-Tool Plug-in
36   cd plugin/attachment_tool && make DESTDIR="$pkgdir/" install-plugin