5 # PKGBUILD options/directives
9 pkgdesc="Display GHC's core and assembly output in a pager"
10 url="http://code.haskell.org/~dons/code/ghc-core"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-colorize-haskell=1.0.1"
15 "haskell-directory=1.1.0.0"
16 "haskell-filepath=1.2.0.0"
17 "haskell-pcre-light=0.4"
18 "haskell-process=1.0.1.5")
21 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
23 sha256sums=("e7d9b43e04fca981a0406dd23cc01ff3a25d32a0e0fd978f4816fc3bbfa8c8e8")
27 cd ${srcdir}/${_hkgname}-${pkgver}
28 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
29 runhaskell Setup build
33 cd ${srcdir}/${_hkgname}-${pkgver}
34 runhaskell Setup copy --destdir=${pkgdir}