updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / haskell-crypto / PKGBUILD
blobff1ebc838be053b941a8854b8618e32b2315af1c
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=Crypto
3 pkgname=haskell-crypto
4 pkgver=4.2.4
5 pkgrel=1
6 pkgdesc="Collects together existing Haskell cryptographic functions into a package"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:OtherLicense')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-array' 'haskell-pretty' 'haskell-random')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 install=${pkgname}.install
16 build() {
17     cd ${srcdir}/${_hkgname}-${pkgver}
18     runhaskell Setup configure -O --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 package() {
28     cd ${srcdir}/${_hkgname}-${pkgver}
29     install -D -m744 register.sh   ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
30     install    -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
31     install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
32     ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
33     runhaskell Setup copy --destdir=${pkgdir}
34     install -D -m644 ReadMe.tex ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
35     rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
37 md5sums=('28b8556f1ea5b85e0d2a8d0d030c0f69')
38 md5sums=('5232a98211e5dca7c59a471a2b8f1360')