5 # PKGBUILD options/directives
9 pkgdesc="A game of competitive puzzle-design"
10 url="http://mbays.freeshell.org/intricacy"
12 arch=('i686' 'x86_64')
16 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
18 sha256sums=("ffe62181ad55592a7fc07d3f08790f80a4683883b9eb0bdba7745636ad167cfb")
23 cd "${srcdir}/${_hkgname}-${pkgver}"
30 cd "${srcdir}/${_hkgname}-${pkgver}"
32 runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
33 -f-server -fgame -fcurses -fsdl
34 runhaskell Setup build
38 cd "${srcdir}/${_hkgname}-${pkgver}"
39 runhaskell Setup copy --destdir="${pkgdir}"