talimat 770 B

12345678910111213141516171819202122232425262728
  1. # Description: Gnome 2 tabanlı e-posta istemcisi.
  2. # URL: https://pawsa.fedorapeople.org/balsa/
  3. # Packager: milisarge
  4. # Depends on: aspell enchant gmime libesmtp rarian pcre gtksourceview2 gtksourceview3 libnotify kerberos sendmail openldap openssl sqlite webkitgtk2 gtkhtml procmail
  5. name=balsa
  6. version=2.5.2
  7. release=1
  8. source=(http://pawsa.fedorapeople.org/balsa/$name-$version.tar.bz2)
  9. build() {
  10. cd $name-$version
  11. ./configure --prefix=/usr \
  12. --sysconfdir=/etc \
  13. --localstatedir=/var/lib \
  14. --with-ssl \
  15. --with-rubrica \
  16. --without-html-widget \
  17. --without-libnotify \
  18. --without-gtkspell
  19. make
  20. make DESTDIR=$PKG install
  21. }