updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / haskell-hakyll / PKGBUILD
blob85271ea0c41dc9447785bc2d6f845039aeeb8570
1 # Maintainer: Simon Gomizelj <simongmzlj@gmail.com>
2 _hkgname=hakyll
3 pkgname=haskell-hakyll
4 pkgver=3.2.3.2
5 pkgrel=1
6 pkgdesc="A static website compiler library"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:BSD3')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('ghc' 'haskell-binary<1.0' 'haskell-blaze-html<0.6' 'haskell-bytestring=0.9.1.10' 'haskell-citeproc-hs<0.4' 'haskell-containers=0.4.0.0' 'haskell-cryptohash<0.8' 'haskell-directory=1.1.0.0' 'haskell-filepath=1.2.0.0' 'haskell-hamlet<0.11' 'haskell-mtl=2.0.1.0' 'haskell-old-locale=1.0.0.2' 'haskell-old-time=1.0.0.6' 'haskell-pandoc<2.0' 'haskell-parsec=3.1.1' 'haskell-process=1.0.1.5' 'haskell-regex-base=0.93.2' 'haskell-regex-pcre<1.0' 'haskell-snap-core<0.8' 'haskell-snap-server<0.8' 'haskell-tagsoup<0.13' 'haskell-time=1.2.0.3' 'haskell-unix=2.4.2.0')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
15 md5sums=('5734ef609e85f0d092abac7203eaa847')
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}
33     install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
34     rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE