1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
6 pkgdesc="Gtk-based GUIs for Tangible Values"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:BSD3')
11 depends=('ghc' 'haskell-opengl=2.2.3.0' 'haskell-tv' 'haskell-typecompose>=0.7' 'haskell-bitmap' 'haskell-bitmap-opengl' 'haskell-gtk' 'haskell-gtkglext' 'haskell-stb-image' 'haskell-time=1.1.4' 'haskell-vector-space')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
16 cd ${srcdir}/${_hkgname}-${pkgver}
17 runhaskell Setup configure -O --enable-split-objs --enable-shared \
18 --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
19 runhaskell Setup build
20 runhaskell Setup haddock
21 runhaskell Setup register --gen-script
22 runhaskell Setup unregister --gen-script
23 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
26 cd ${srcdir}/${_hkgname}-${pkgver}
27 install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
28 install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
29 install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
30 ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
31 runhaskell Setup copy --destdir=${pkgdir}
32 install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
33 rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
35 md5sums=('ae61c37ce6f39a8ab243bfc6d09f89bf')