# Description: program to convert email from Unix mbox format to html # URL: http://www.hypermail-project.org/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=hypermail version=2.3.0 release=1 source=(http://www.hypermail-project.org/$name-$version.tar.gz) build() { cd $name ./configure --prefix=$PKG/usr \ --mandir=$PKG/usr/share/man \ --sysconfdir=$PKG/etc \ --with-htmldir=$PKG/srv/www/hypermail make make install }