2 _hkgname=yesod-persistent
5 # PKGBUILD options/directives
6 pkgname=haskell-yesod-persistent
9 pkgdesc="Some helpers for using Persistent from Yesod."
10 url="http://www.yesodweb.com/"
12 arch=('i686' 'x86_64')
14 depends=("ghc=7.0.3-2"
15 "haskell-failure=0.1.0.1-18"
16 "haskell-persistent=0.6.4-1"
17 "haskell-persistent-template=0.6.3-2"
18 "haskell-transformers=0.2.2.0-3.1"
19 "haskell-yesod-core=0.9.3.3-1")
21 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
22 install="${pkgname}.install"
23 sha256sums=("89f7751e51a2ef75cf646391b95bffb8634f069e5ea06dbb64b9c493bb9648cd")
27 cd ${srcdir}/${_hkgname}-${pkgver}
29 runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
30 --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
31 --libsubdir=\$compiler/site-local/\$pkgid
32 runhaskell Setup build
33 runhaskell Setup haddock
34 runhaskell Setup register --gen-script
35 runhaskell Setup unregister --gen-script
36 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
40 cd ${srcdir}/${_hkgname}-${pkgver}
41 install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
42 install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
43 install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
44 ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
45 runhaskell Setup copy --destdir=${pkgdir}
46 install -D -m644 ${_licensefile} ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
47 rm -f ${pkgdir}/usr/share/doc/${pkgname}/${_licensefile}