updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / gitit / PKGBUILD
blob009ed3ba1217d60b0264f32c85aa901a0f13890f
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=gitit
3 pkgname=gitit
4 pkgver=0.7.3.8
5 pkgrel=3
6 pkgdesc="Wiki using happstack, git or darcs, and pandoc."
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('GPL')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('gmp' 'ghc' 'haskell-configfile<1.1' 'haskell-hstringtemplate<0.7' 'haskell-http=4000.0.9' 'haskell-sha<1.5' 'haskell-bytestring=0.9.1.7' 'haskell-cautious-file<0.2' 'haskell-cgi=3001.1.7.3' 'haskell-containers=0.3.0.0' 'haskell-datetime<0.3' 'haskell-directory=1.0.1.1' 'haskell-feed<0.4' 'haskell-filepath=1.1.0.4' 'haskell-filestore>=0.3.4' 'haskell-ghc-paths' 'haskell-happstack-server<0.6' 'haskell-happstack-util<0.6' 'haskell-highlighting-kate>=0.2.7.1' 'haskell-hslogger<1.1' 'haskell-mtl' 'haskell-network=2.2.1.7' 'haskell-old-time=1.0.0.5' 'haskell-pandoc>=1.6' 'haskell-parsec=2.1.0.1' 'haskell-pretty=1.0.1.1' 'haskell-process=1.0.1.3' 'haskell-random=1.0.0.2' 'haskell-recaptcha>=0.1' 'haskell-safe' 'haskell-syb=0.1.0.2' 'haskell-url<2.2' 'haskell-utf8-string<0.4' 'haskell-xhtml=3000.2.0.1' 'haskell-xml>=1.3.5' 'haskell-zlib=0.5.2.0')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
15 build() {
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
25 package() {
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=('10155056a1d9bf0009a87710ce3097b6')