updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / jhc / PKGBUILD
blob22c491dffd962936ac640a5921b21ab21bf30c60
1 #Package Generated by deteego
2 #Email deteego@gmail.com
4 pkgname=jhc
5 pkgver=0.7.6
6 pkgrel=1
7 pkgdesc="Haskell compiler aimed at efficiency and optimization."
8 arch=(i686 x86_64)
9 url="http://repetae.net/computer/jhc/"
10 license=("GPL")
11 depends=(ghc haskell-binary haskell-zlib haskell-utf8-string haskell-readline haskell-fgl haskell-regex-compat)
13 source=("http://repetae.net/dist/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('bdb700506257dd6ffc7af1f205fb5023')
16 build () {
17         cd ${srcdir}/${pkgname}-${pkgver}
18         ./configure --prefix=/usr
19         make || return 1
20         make install DESTDIR=${pkgdir}