summaryrefslogtreecommitdiff
path: root/ocamlbuild/Pkgfile
blob: dde5ebce1282f1c0842d622dbdbcb9d304bd4ffa (plain)
    1 # Description: Generic build tool for OCaml libraries and programs
    2 # URL:         https://github.com/ocaml/ocamlbuild
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:  ocaml
    5 
    6 name=ocamlbuild
    7 version=0.11.0
    8 release=1
    9 source=(https://github.com/ocaml/ocamlbuild/archive/$version.tar.gz)
   10 
   11 build() {
   12   cd $name-$version
   13   make configure OCAMLBUILD_PREFIX=/usr
   14   make
   15   make install DESTDIR=$PKG
   16 }

Generated by cgit