milis/talimatname/genel/sylpheed/talimat

26 lines
706 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Hafif ve kullanıcı dostu e-posta istemcisi
# URL: http://sylpheed.sraoss.jp/en/
# Packager: milisarge
# Depends on: atk expat freetype glib libpng pcre cairo cyrus-sasl xorg-fontconfig libassuan libgpg-error openldap pango gtk2 gnupg gpgme desktop-file-utils
name=sylpheed
version=3.5.0
release=2
source=(http://sylpheed.sraoss.jp/sylpheed/v${version%.*}/$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
}