updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bidirectionalization-combined / PKGBUILD
bloba195254006668d68e972e3164afadeda5ea448fe
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=bidirectionalization-combined
3 pkgname=bidirectionalization-combined
4 pkgver=0.1.0.1
5 pkgrel=2
6 pkgdesc="Prototype Implementation of Combining Syntactic and Semantic Bidirectionalization (ICFP'10)"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:PublicDomain')
9 arch=('i686' 'x86_64')
10 makedepends=('ghc' 'haskell-bytestring=0.9.1.7' 'haskell-cgi=3001.1.7.3' 'haskell-containers=0.3.0.0' 'haskell-directory=1.0.1.1' 'haskell-hint>=0.3.2' 'haskell-mtl' 'haskell-parsec=2.1.0.1' 'haskell-pretty=1.0.1.1' 'haskell-template-haskell=2.4.0.1' 'haskell-unix=2.4.0.2' 'haskell-utf8-string' '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=('b851ffde31ffb7821d43d682ff5c0878')