ocamlbuild: update to 0.10.0.
This commit is contained in:
parent
6a3680e2a1
commit
41fac702ea
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'ocamlbuild'
|
# Template file for 'ocamlbuild'
|
||||||
pkgname=ocamlbuild
|
pkgname=ocamlbuild
|
||||||
version=0.9.3
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
make_install_args="MANDIR=/usr/share/man"
|
||||||
hostmakedepends="ocaml"
|
hostmakedepends="ocaml"
|
||||||
short_desc="OCaml build tool"
|
short_desc="OCaml build tool"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-2"
|
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"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=32e4824906888c61244909eab0d2c22d31f18fc9579873a070a4cf7947c2c0a9
|
checksum=d2a353119aa7d91a64dedb6f5697a7a26ce2507e5a4d40055d77d93a588abb0b
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
post_install() {
|
pre_install() {
|
||||||
vman man/ocamlbuild.1
|
vmkdir usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue