updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / hypermail / PKGBUILD
blob77195f8c9d9036728e66b4fdd4c2c9eb98dcb36d
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>
6 pkgname=hypermail
7 pkgver=2.1.8
8 pkgrel=2
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"
10 arch=(i686 x86_64)
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')
15 license=('GPL')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
18   ./configure --prefix=/usr --without-htmldir
19   make || return 1
20   make prefix=$startdir/pkg/usr install