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