ocamlbuild: update to 0.10.0.
This commit is contained in:
parent
6a3680e2a1
commit
41fac702ea
1 changed files with 7 additions and 6 deletions
|
@ -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 <chneukirchen@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue