updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / darcs-beta / PKGBUILD
blobebaff4f5dc5adf9c076591e597f4e116d11a58ab
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=darcs-beta
3 pkgname=darcs-beta
4 pkgver=2.4.99.1
5 pkgrel=3
6 pkgdesc="a distributed, interactive, smart revision control system"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('GPL')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('gmp' 'curl' 'ghc' 'haskell-http=4000.0.9' 'haskell-array=0.3.0.1' 'haskell-bytestring=0.9.1.7' 'haskell-containers=0.3.0.0' 'haskell-directory=1.0.1.1' 'haskell-extensible-exceptions=0.1.1.1' 'haskell-filepath=1.1.0.4' 'haskell-hashed-storage<0.6' 'haskell-haskeline<0.7' 'haskell-html=1.0.1.2' 'haskell-mmap<0.6' 'haskell-mtl<1.2' 'haskell-network=2.2.1.7' 'haskell-old-time=1.0.0.5' 'haskell-parsec=2.1.0.1' 'haskell-process=1.0.1.3' 'haskell-random=1.0.0.2' 'haskell-regex-compat=0.93.1' 'haskell-tar<0.4' 'haskell-terminfo<0.4' 'haskell-text>=0.3' 'haskell-unix=2.4.0.2' 'haskell-zlib=0.5.2.0' 'curl')
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=('3f749e3379827a7bb6697e8a72de21fa')