opam: update to opam-1.2.0.beta4.
Using beta version to support OCaml 4.02.0, stable release should follow soon.
This commit is contained in:
parent
a7c8ef858d
commit
ccd0dfe8c5
1 changed files with 10 additions and 7 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=1.1.1
|
_version=1.2.0-beta4
|
||||||
revision=2
|
version=${_version/-/.}
|
||||||
|
wrksrc=${pkgname}-${_version}
|
||||||
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
wrksrc=$pkgname-full-$version
|
make_build_args="lib-ext all"
|
||||||
depends="ocaml curl"
|
depends="ocaml curl patch"
|
||||||
makedepends="ncurses-devel $depends"
|
makedepends="ncurses-devel ocaml curl"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://opam.ocamlpro.com"
|
homepage="http://opam.ocamlpro.com"
|
||||||
distfiles="http://www.ocamlpro.com/pub/$pkgname-full-$version.tar.gz"
|
distfiles="https://github.com/ocaml/${pkgname}/archive/${_version}.tar.gz"
|
||||||
checksum=bfcb78109cf88612b5170b25bb96aa576ed3908c8a68b9164a7ae16f9f59ae38
|
checksum=3c4029d7f3f528986d5f42e7ec5067f5dec16a793a2ea7438967b36f6c3c75ba
|
||||||
|
nocross=yes
|
||||||
|
|
Loading…
Reference in a new issue