diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template index d88dc7d5e2..702780e3ed 100644 --- a/srcpkgs/ocamlbuild/template +++ b/srcpkgs/ocamlbuild/template @@ -1,18 +1,19 @@ # Template file for 'ocamlbuild' pkgname=ocamlbuild -version=0.9.3 -revision=2 +version=0.10.0 +revision=1 build_style=gnu-makefile +make_install_args="MANDIR=/usr/share/man" hostmakedepends="ocaml" short_desc="OCaml build tool" maintainer="Christian Neukirchen " license="LGPL-2" -homepage="https://github.com/ocaml/ocamlbuild/archive/" +homepage="https://github.com/ocaml/ocamlbuild" distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" -checksum=32e4824906888c61244909eab0d2c22d31f18fc9579873a070a4cf7947c2c0a9 +checksum=d2a353119aa7d91a64dedb6f5697a7a26ce2507e5a4d40055d77d93a588abb0b nocross=yes nopie=yes -post_install() { - vman man/ocamlbuild.1 +pre_install() { + vmkdir usr/share/man/man1 }