5 # PKGBUILD options/directives
9 pkgdesc="A small command-line accounting tool"
10 url="http://www.korgwal.com/umm/"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-haskell98=1.1.0.1"
15 "haskell-old-time=1.0.0.6"
16 "haskell-parsec=3.1.1"
17 "haskell-process=1.0.1.5"
18 "haskell-utf8-string=0.3.6")
21 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
23 sha256sums=("b0e0697180aaa359a733dd6eba62a1f313491480ff57cf5cf366dacf26dd334d")
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}