milis/talimatname/genel/balsa/talimat

28 lines
770 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: Gnome 2 tabanlı e-posta istemcisi.
# URL: https://pawsa.fedorapeople.org/balsa/
# Packager: milisarge
# Depends on: aspell enchant gmime libesmtp rarian pcre gtksourceview2 gtksourceview3 libnotify kerberos sendmail openldap openssl sqlite webkitgtk2 gtkhtml procmail
name=balsa
version=2.5.2
release=1
source=(http://pawsa.fedorapeople.org/balsa/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--with-ssl \
--with-rubrica \
--without-html-widget \
--without-libnotify \
--without-gtkspell
make
make DESTDIR=$PKG install
}