milis/talimatname/genel/b/balsa/talimat

26 lines
764 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.

# Tanım: Gnome 2 tabanlı e-posta istemcisi.
# URL: https://pawsa.fedorapeople.org/balsa/
# Paketçi: milisarge
# Gerekler: aspell enchant gmime libesmtp rarian pcre gtksourceview2 gtksourceview3 libnotify kerberos sendmail openldap openssl sqlite webkitgtk2 gtkhtml procmail
# Grup: ağ
isim=balsa
surum=2.5.2
devir=1
kaynak=(http://pawsa.fedorapeople.org/balsa/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--with-ssl \
--with-rubrica \
--without-html-widget \
--without-libnotify \
--without-gtkspell
make
make DESTDIR=$PKG install
}