updated on Tue Jan 10 16:09:17 UTC 2012
[aur-mirror.git] / haskell-hs-twitter / PKGBUILD
blob384d3db2a376e81dd5750a688a933e0847982af1
1 # Maintainer: Arch Haskell Team <arch-haskell@haskell.org>
2 _hkgname=hs-twitter
3 pkgname=haskell-hs-twitter
4 pkgver=0.2.8
5 pkgrel=4
6 pkgdesc="Haskell binding to the Twitter API"
7 url="http://hackage.haskell.org/package/${_hkgname}"
8 license=('custom:BSD3')
9 arch=('i686' 'x86_64')
10 makedepends=()
11 depends=('ghc' 'haskell-http' 'haskell-json' 'haskell-mime' 'haskell-network' 'haskell-old-locale=1.0.0.2' 'haskell-old-time' 'haskell-random' 'haskell-utf8-string')
12 options=('strip')
13 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
14 md5sums=('52b8f8291e1afee621719e448b7b931b')
15 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
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