1 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
2 # Contributor: Kevin Piche <kevin@archlinux.org>
7 pkgdesc="Haskell 98 interpreter"
9 url="http://www.haskell.org/hugs"
11 depends=('readline>=6.0' 'sh')
12 source=(http://cvs.haskell.org/Hugs/downloads/2006-09/$pkgname-plus-Sep2006.tar.gz)
13 md5sums=('e03e0ad79750d037237c47ebe33fa20e')
16 if [ "$CARCH" = "x86_64" ]; then
20 cd $startdir/src/$pkgname-plus-Sep2006
22 ./configure --prefix=/usr --with-pthreads
24 make DESTDIR=$startdir/pkg install
26 install -Dm644 License ${pkgdir}/usr/share/licenses/hugs98/license