updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / haskell-haskore / PKGBUILD
blobf17036141504690bf2938e1331f7d634bbbb3ef9
1 # Maintainer: Bernardo Barros <bernardobarros@gmail.com>
2 _hkgname=haskore
3 pkgname=haskell-haskore
4 pkgver=0.2.0.2
5 pkgrel=1
6 pkgdesc="The Haskore Computer Music System"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('GPL')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('ghc' 'haskell-array=0.3.0.2' 'haskell-bytestring=0.9.1.10' 'haskell-containers=0.4.0.0' 'haskell-data-accessor<0.3' 'haskell-event-list<0.2' 'haskell-haskell-src=1.0.1.4' 'haskell-markov-chain<0.1' 'haskell-midi<0.2' 'haskell-non-negative<0.2' 'haskell-parsec=3.1.1' 'haskell-process=1.0.1.5' 'haskell-random=1.0.0.3' 'haskell-transformers=0.2.2.0' 'haskell-utility-ht<0.1')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
15 md5sums=('47613d5937e9c0125bd1abe5c9329e72')
16 build() {
17     cd ${srcdir}/${_hkgname}-${pkgver}
18     runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
19        --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
20     runhaskell Setup build
21     runhaskell Setup haddock
22     runhaskell Setup register   --gen-script
23     runhaskell Setup unregister --gen-script
24     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
26 package() {
27     cd ${srcdir}/${_hkgname}-${pkgver}
28     install -D -m744 register.sh   ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
29     install    -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
30     install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
31     ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
32     runhaskell Setup copy --destdir=${pkgdir}