2017-06-21 22:36:36 +02:00
|
|
|
# Description: Generic build tool for OCaml libraries and programs
|
|
|
|
# URL: https://github.com/ocaml/ocamlbuild
|
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
# Depends on: ocaml
|
|
|
|
|
|
|
|
name=ocamlbuild
|
2018-09-09 02:37:27 +02:00
|
|
|
version=0.13.0
|
2017-06-21 22:36:36 +02:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/ocaml/ocamlbuild/archive/$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
make configure OCAMLBUILD_PREFIX=/usr
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
}
|