1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=haskore-realtime
3 pkgname=haskell-haskore-realtime
6 pkgdesc="Routines for realtime playback of Haskore songs"
7 url="http://hackage.haskell.org/package/${_hkgname}"
11 depends=('ghc' 'haskell-bytestring=0.9.1.7' 'haskell-data-accessor<0.3' 'haskell-directory=1.0.1.1' 'haskell-event-list<0.2' 'haskell-haskore<0.3' 'haskell-midi<0.2' 'haskell-non-negative<0.2' 'haskell-old-time=1.0.0.5' 'haskell-process=1.0.1.3' 'haskell-transformers<0.3' 'haskell-unix=2.4.0.2')
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}
33 md5sums=('a91fe1d57c71dfa7356261b8cca4e806')