5 # PKGBUILD options/directives
9 pkgdesc="Parsimonious XML Shorthand Language--to-XML compiler"
10 url="http://community.moertel.com/ss/space/PXSL"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-containers=0.4.0.0"
16 "haskell-parsec=3.1.1")
19 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
21 sha256sums=("dc311c012b0b6b482cdd26337f44cff8259269d3dd83f482ab4049965fa085e0")
25 cd ${srcdir}/${_hkgname}-${pkgver}
26 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
27 runhaskell Setup build
31 cd ${srcdir}/${_hkgname}-${pkgver}
32 runhaskell Setup copy --destdir=${pkgdir}