1 # $Id: PKGBUILD,v 1.10 2006/05/26 22:11:55 andyrtr Exp $
2 # Maintainer: dorphell <dorphell@archlinux.org>
3 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
4 # Contributor: Hauke Wesselmann <hauke@h-dawg.de>
9 pkgdesc="Hypermail is a program that takes a file of mail messages in UNIX mailbox format and generates a set of cross-referenced HTML documents"
11 source=(http://www.hypermail.org/dist/$pkgname-$pkgver.tar.gz)
12 md5sums=('bacd95589f2f3ca426631461fd9237dd')
13 url="http://www.hypermail.org"
14 depends=('pcre' 'glibc' 'gdbm')
17 cd $startdir/src/$pkgname-$pkgver
18 ./configure --prefix=/usr --without-htmldir
20 make prefix=$startdir/pkg/usr install