summaryrefslogtreecommitdiffstats
path: root/sylpheed/Pkgfile
blob: cb325ae36d9c8250fb8e98f5777c347d7671aaf3 (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
# Description: Client léger et très simple de messagerie electronique
# URL: http://sylpheed.sraoss.jp/en/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gtk, gpgme
# Run on: atk,expat,freetype,glib,libpng,openssl,pcre,cairo,cyrus-sasl,fontconfig,glitz,libassuan,libgpg-error,libldap,pango,gtk,gpgme

name=sylpheed
version=3.1.2
release=1
source=(http://sylpheed.sraoss.jp/sylpheed/v3.1/$name-$version.tar.bz2)


build() {
	cd $name-$version
	./configure --prefix=/usr \
	--enable-static=no \
	--disable-gtkspell \
	--disable-gtktest \
	--disable-compface \
	--enable-gpgme \
	--enable-ssl \
	--enable-ldap

	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/sylpheed
}