# $Id: PKGBUILD 108819 2014-04-04 16:08:03Z speps $ # Maintainer: speps # Contributor: Alexander Fehr # Contributor: dorphell pkgname=sylpheed pkgver=3.4.1 pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client" arch=('i686' 'x86_64') url="http://sylpheed.sraoss.jp/en/" license=('GPL') depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') makedepends=('openssl') install="$pkgname.install" source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") md5sums=('9071bb341a6d96244fe7cd5ff013c70d') build() { cd $pkgname-$pkgver ./configure --prefix=/usr \ --enable-ldap make # Build Attachment-Tool Plug-in cd plugin/attachment_tool && make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install # Install Attachment-Tool Plug-in cd plugin/attachment_tool make DESTDIR="$pkgdir/" install-plugin }