1 # Maintainer: Christian Neukirchen <chneukirchen@gmail.com>
6 pkgdesc="Preprocessor for typesetting Haskell sources with LaTeX"
7 url="http://hackage.haskell.org/package/${_hkgname}"
10 makedepends=('ghc' 'haskell-directory=1.1.0.0' 'haskell-extensible-exceptions=0.1.1.2' 'haskell-filepath=1.2.0.0' 'haskell-mtl=2.0.1.0' 'haskell-process=1.0.1.5' 'haskell-regex-compat=0.93.1')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 md5sums=('191150cc38ed0a0e8311fa58a4d09b0c')
16 cd ${srcdir}/${_hkgname}-${pkgver}
17 runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O
18 runhaskell Setup build
21 cd ${srcdir}/${_hkgname}-${pkgver}
22 runhaskell Setup copy --destdir=${pkgdir}