5 # PKGBUILD options/directives
9 pkgdesc="Haskell XMPP (Jabber Client) Command Line Interface (CLI)"
10 url="http://hackage.haskell.org/package/${_hkgname}"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-fclabels=1.0.4"
15 "haskell-network=2.3.0.2"
16 "haskell-network-protocol-xmpp=0.4"
17 "haskell-text=0.11.0.5"
18 "haskell-transformers=0.2.2.0"
19 "haskell-xml-types=0.3")
22 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
24 sha256sums=("4972e692bad4327f63f607a87c4e877d4f34415433c370889bd697a4590f31bb")
28 cd ${srcdir}/${_hkgname}-${pkgver}
29 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
30 runhaskell Setup build
34 cd ${srcdir}/${_hkgname}-${pkgver}
35 runhaskell Setup copy --destdir=${pkgdir}