summaryrefslogtreecommitdiffstats
path: root/sylpheed/Pkgfile
blob: 003e699165bc7182c48c4233108483b7f3d45dfb (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: svn://sylpheed.sraoss.jp/sylpheed
# 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.2.0
release=1
source=(http://sylpheed.sraoss.jp/sylpheed/v3.2/$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
}