mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
opam: rebuild for ocaml 4.06.0.
This commit is contained in:
parent
5b1684dbdc
commit
22868d6c90
1 changed files with 4 additions and 2 deletions
|
@ -5,13 +5,15 @@ revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
|
make_check_target="tests"
|
||||||
makedepends="ncurses-devel ocaml curl"
|
makedepends="ncurses-devel ocaml curl"
|
||||||
depends="curl patch unzip"
|
depends="curl patch unzip"
|
||||||
|
checkdepends="${depends} git rsync"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://opam.ocamlpro.com"
|
homepage="http://opam.ocamlpro.com"
|
||||||
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
checksum=3e4a05df6ff8deecba019d885ebe902eb933acb6e2fc7784ffee1ee14871e36a
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
#export OCAMLPARAM="safe-string=0,_"
|
||||||
|
|
Loading…
Add table
Reference in a new issue