updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / lhc / PKGBUILD
blob9d42bc20454cf2ce64ea0ae1b7e00729ecdc1c41
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=lhc
3 pkgname=lhc
4 pkgver=0.10
5 pkgrel=2
6 pkgdesc="LHC Haskell Compiler"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:PublicDomain')
9 arch=('i686' 'x86_64')
10 makedepends=('ghc' 'haskell-cabal=1.8.0.6' 'haskell-hunit=1.2.2.1' 'haskell-quickcheck=2.1.1.1' 'haskell-ansi-wl-pprint' 'haskell-binary' 'haskell-bytestring=0.9.1.7' 'haskell-bytestring-trie' 'haskell-containers=0.3.0.0' 'haskell-core>=0.5' 'derive' 'haskell-digest' 'haskell-directory=1.0.1.1' 'haskell-extensible-exceptions=0.1.1.1' 'haskell-filepath=1.1.0.4' 'haskell-haskell98=1.0.1.1' 'haskell-mtl' 'haskell-parallel=2.2.0.1' 'haskell-pretty=1.0.1.1' 'haskell-process=1.0.1.3' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck' 'haskell-time=1.1.4' 'haskell-unix=2.4.0.2' 'haskell-xhtml=3000.2.0.1')
11 depends=('gmp')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 build() {
15     cd ${srcdir}/${_hkgname}-${pkgver}
16     runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O
17     runhaskell Setup build
19 package() {
20     cd ${srcdir}/${_hkgname}-${pkgver}
21     runhaskell Setup copy --destdir=${pkgdir}
23 md5sums=('a3018a9c38a7a61cf39859cf5cb05833')