1 # Maintainer: Sergei Lebedev <superbobry@gmail.com>
2 # Contributor: Magnus Therning <magnus@therning.org>
7 pkgdesc='Architecture for building OCaml libraries and applications.'
9 url=("http://oasis.forge.ocamlcore.org")
11 depends=('glibc' 'pcre')
14 'ocaml-fileutils>=0.4.2'
22 source=("http://forge.ocamlcore.org/frs/download.php/501/oasis-$pkgver.tar.gz")
23 md5sums=('e5d04bfe41eacd4f58a156784700a2ba')
27 cd "$srcdir/${pkgname/ocaml-/}-$pkgver"
29 make CONFIGUREFLAGS="--prefix /usr --destdir $pkgdir" build
33 cd "$srcdir/${pkgname/ocaml-/}-$pkgver"
35 export OCAMLFIND_DESTDIR="$pkgdir$(ocamlfind printconf destdir)"
36 install -dm755 "$OCAMLFIND_DESTDIR"