Date: Wednesday, December 22, 2010 @ 12:34:07 Author: remy Revision: 103753
upgpkg: haskell-hashed-storage 0.5.4-1 Minor update, install in /usr/lib/ghc-7.0.1 Modified: haskell-hashed-storage/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-12-22 17:24:16 UTC (rev 103752) +++ PKGBUILD 2010-12-22 17:34:07 UTC (rev 103753) @@ -3,21 +3,22 @@ # As generated by cabal2arch 0.7.6 _hkgname=hashed-storage pkgname=haskell-hashed-storage -pkgver=0.5.3 -pkgrel=2 +pkgver=0.5.4 +pkgrel=1 pkgdesc="Hashed file storage support code." url="http://hackage.haskell.org/package/hashed-storage" license=('custom:BSD3') arch=('i686' 'x86_64') -depends=('ghc=7.0.1' 'haskell-binary=0.5.0.2' 'haskell-mmap>=0.5' 'haskell-zlib' 'haskell-mtl' 'haskell-dataenc') +depends=('ghc=7.0.1' 'haskell-binary=0.5.0.2' 'haskell-mmap>=0.5' 'haskell-zlib' 'haskell-mtl=2.0.1.0' 'haskell-dataenc') options=('strip') -source=(http://hackage.haskell.org/packages/archive/hashed-storage/$pkgver/hashed-storage-$pkgver.tar.gz) +source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('84b9fc1b408aee53c5106d9737ca4929') +md5sums=('e182a3fe6f977b0df85641da5df8e4f2') build() { - cd ${srcdir}/${_hkgname}-$pkgver - runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname} + cd ${srcdir}/${_hkgname}-${pkgver} + runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr \ + --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script
