# Description: GTK+ based email client # URL: http://www.claws-mail.org # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: gtk openssl libetpan name=claws-mail version=3.6.0 release=1 source=(http://dl.sf.net/sylpheed-claws/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-nls \ --disable-manual \ --disable-gnomeprint \ --mandir=/usr/man \ --enable-libetpan make make DESTDIR=$PKG install rm -rf $PKG/usr/share/doc }