opam: update to 2.0.2.
This commit is contained in:
parent
320dc54aff
commit
110d220c0c
1 changed files with 7 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'opam'
|
# Template file for 'opam'
|
||||||
pkgname=opam
|
pkgname=opam
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
configure_args="--docdir=/usr/share/doc/${pkgname}"
|
||||||
make_build_args="lib-ext all"
|
make_build_args="lib-ext all"
|
||||||
make_check_target="tests"
|
make_check_target="tests"
|
||||||
makedepends="curl ncurses-devel ocaml ocaml-findlib"
|
makedepends="curl ncurses-devel ocaml ocaml-findlib"
|
||||||
|
@ -14,5 +15,9 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
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=2342f1409cdb2e8561e3404a4aaf3e640456706f88de019507dc6c481c6bcee7
|
checksum=8c0e7be3923ea30de1acfd95b71110c152cfaecbb0cb470295f651778c361de3
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/doc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue