# $Id: PKGBUILD 135692 2011-08-17 10:30:13Z tpowa $ #Maintainer: Tobias Powalowski pkgname=lablgtk2 pkgver=2.14.2 pkgrel=4 pkgdesc=" An Objective Caml interface to gtk2" arch=(i686 x86_64) license=('LGPL') url="http://lablgtk.forge.ocamlcore.org/" depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 'gtksourceview2') makedepends=('ocaml') optdepends=('ocaml: for using the tools') source=(https://forge.ocamlcore.org/frs/download.php/561/lablgtk-${pkgver}.tar.gz) options=(!makeflags) md5sums=('bad77680a72dab8b915cae99d1ec9b1f') build() { cd "${srcdir}/lablgtk-${pkgver}" ./configure --prefix=/usr make world make opt make DESTDIR="${pkgdir}" install install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/" }