# Description: A mutt fork with a set of useful patches # URL: http://mutt-ng.berlios.de # Maintainer: Rene Lengwinat, rugek at dirtyhack dot net # Depends on: openssl, gnupg name=mutt-ng version=20061125 release=1 source=( http://nion.modprobe.de/mutt-ng/snapshots/muttng-$version.tar.gz ) build() { cd muttng-$version # configure ./configure --prefix=/usr \ --enable-pop \ --enable-imap \ --enable-nfs-fix \ --enable-compressed \ --enable-inodesort \ --enable-hcache \ --with-regex \ --with-ssl \ --enable-pgp # make make make DESTDIR=$PKG install # remove doc rm -rf $PKG/usr/doc rm -rf $PKG/usr/share }