description="The Balsa package contains a GNOME based mail client." url="https://pawsa.fedorapeople.org/balsa/" packager="spiky " contributors="Berlius,Greg,Tnut" makedepends=(aspell enchant gmime3 libesmtp rarian pcre gtksourceview4 libnotify kerberos sendmail openldap openssl sqlite webkitgtk procmail gpgme libical) name=balsa version=2.6.4 release=3 source=(http://pawsa.fedorapeople.org/balsa/$name-$version.tar.xz balsa-2.6.4-upstream_fixes-2.patch) prepare() { cd $name-$version patch -Np1 -i ../balsa-2.6.4-upstream_fixes-2.patch } build() { cd $SRC/$name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --with-ssl \ --with-rubrica \ --without-html-widget \ --without-libnotify \ --without-gtkspell make make DESTDIR=$PKG install }