1 # Maintainer: Jan StÄpieÅ <jstepien@users.sourceforge.net>
3 pkgname=haskell-hmatrix
6 pkgdesc="Linear algebra and numerical computation"
7 url="http://hackage.haskell.org/package/${_hkgname}"
11 depends=('ghc' 'haskell-array=0.3.0.2' 'haskell-binary' 'haskell-process=1.0.1.5' 'haskell-storable-complex' 'haskell-vector>=0.8')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
15 md5sums=('829b42d8dfca9de6306a76753c12296d')
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
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}