# Maintainer: Jürgen Hötzel pkgname=ocamlbuild pkgver=0.13.1 pkgrel=2 pkgdesc='Build tool, that has built-in rules for building OCaml library and programs' arch=('x86_64') license=('GPL2') url='https://github.com/ocaml/ocamlbuild/releases' depends=('ocaml>=4.04.0') options=('!makeflags') source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz") sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51') build() { cd $pkgname-$pkgver make configure make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }