2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Gnome 2 tabanlı e-posta istemcisi.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: https://pawsa.fedorapeople.org/balsa/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: aspell enchant gmime libesmtp rarian pcre gtksourceview2 gtksourceview3 libnotify kerberos sendmail openldap openssl sqlite webkitgtk2 gtkhtml procmail
|
2017-12-22 23:19:06 +01:00
|
|
|
|
# Grup: ağ
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=balsa
|
|
|
|
|
surum=2.5.2
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://pawsa.fedorapeople.org/balsa/$isim-$surum.tar.bz2)
|
2017-12-22 23:19:06 +01:00
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--localstatedir=/var/lib \
|
|
|
|
|
--with-ssl \
|
|
|
|
|
--with-rubrica \
|
|
|
|
|
--without-html-widget \
|
|
|
|
|
--without-libnotify \
|
2017-01-30 23:55:06 +01:00
|
|
|
|
--without-gtkspell
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|