summaryrefslogtreecommitdiff
path: root/ocamlbuild/Pkgfile
blob: ccb26f8ddbcb6a1b744b782df6d984859335a603 (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.14.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 OCAMLBUILD_BINDIR=/usr/bin
   14   make
   15   make install DESTDIR=$PKG
   16 }

Generated by cgit