1 # Maintainer: Sergei Lebedev <superbobry@gmail.com>
2 # Contributor: Guillem Rieu <guillemr@gmx.net>
6 pkgdesc="Library for automatically resizing contiguous memory (arrays and strings)"
8 url="http://www.ocaml.info/home/ocaml_sources.html"
11 makedepends=('ocaml-findlib')
12 source=(http://hg.ocaml.info/release/res/archive/release-$pkgver.tar.gz)
13 md5sums=('8fda014a3c960490caae95d7be5ba106')
17 cd "$srcdir/res-release-$pkgver"
23 cd "$srcdir/res-release-$pkgver"
25 export OCAMLFIND_DESTDIR="$pkgdir/$(ocamlfind printconf destdir)"
27 mkdir -p $OCAMLFIND_DESTDIR
28 make install || return 1