# Contributor: Arch Haskell Team # Package generated by cabal2arch 0.7 # Maintainer: Jelle van der Waa # _hkgname=DBus pkgname=haskell-dbus pkgver=0.4 pkgrel=1 pkgdesc="DBus bindings" url="http://hackage.haskell.org/package/DBus" license=('custom:BSD3') arch=('i686' 'x86_64' 'mips64el') depends=('ghc=7.0.3' 'sh') options=('strip') source=(http://hackage.haskell.org/packages/archive/DBus/0.4/DBus-0.4.tar.gz dbus-0.4.patch) install=haskell-dbus.install md5sums=('5658e4b2acfca27151222e8dc8adeed0' '964d3a42b4ffcfa741fc75be99d485b7') build() { cd ${srcdir}/DBus-$pkgver patch -p1 -i ${srcdir}/dbus-0.4.patch runhaskell Setup configure -O -p \ --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ --libsubdir=\$compiler/site-local/\$pkgid \ --enable-split-objs --enable-shared runhaskell Setup build runhaskell Setup haddock runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh } package() { cd ${srcdir}/${_hkgname}-${pkgver} install -D -m744 register.sh ${pkgdir}/usr/share/haskell/$pkgname/register.sh install -m744 unregister.sh ${pkgdir}/usr/share/haskell/$pkgname/unregister.sh install -d -m755 $pkgdir/usr/share/doc/ghc/html/libraries ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/DBus runhaskell Setup copy --destdir=${pkgdir} install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE }