# $Id: PKGBUILD 143328 2015-10-08 02:09:15Z foutrelis $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=gtk2hs-buildtools
pkgver=0.13.0.4
pkgrel=3
pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
url="http://hackage.haskell.org/package/gtk2hs-buildtools"
license=('GPL2')
arch=('i686' 'x86_64')
options=('staticlibs')
makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
depends=('gmp' 'libffi')
provides=('haskell-gtk2hs-buildtools')
source=("http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz")
md5sums=('47e6834ced0af43fa3feb517d7aab695')

build() {
    cd ${srcdir}/gtk2hs-buildtools-$pkgver
    runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
    runhaskell Setup build
}

package() {
    cd ${srcdir}/gtk2hs-buildtools-$pkgver
    runhaskell Setup copy --destdir=${pkgdir}
}
