milis/talimatname/genel/balsa/talimat

28 lines
770 B
Plaintext
Raw Normal View History

2017-01-30 23:55:06 +01:00
# Description: Gnome 2 tabanlı e-posta istemcisi.
2016-02-24 01:27:23 +01:00
# URL: https://pawsa.fedorapeople.org/balsa/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
# Depends on: aspell enchant gmime libesmtp rarian pcre gtksourceview2 gtksourceview3 libnotify kerberos sendmail openldap openssl sqlite webkitgtk2 gtkhtml procmail
2016-02-24 01:27:23 +01:00
name=balsa
2017-01-30 23:55:06 +01:00
version=2.5.2
2016-02-24 01:27:23 +01:00
release=1
source=(http://pawsa.fedorapeople.org/balsa/$name-$version.tar.bz2)
build() {
cd $name-$version
2017-01-30 23:55:06 +01:00
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
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
}