ocaml-findlib: update to 1.9.1.
This commit is contained in:
parent
f9a33aed5d
commit
fac6d7c7f4
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ocaml-findlib'
|
# Template file for 'ocaml-findlib'
|
||||||
pkgname=ocaml-findlib
|
pkgname=ocaml-findlib
|
||||||
version=1.8.1
|
version=1.9.1
|
||||||
revision=4
|
revision=1
|
||||||
|
wrksrc="findlib-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man"
|
configure_args="-config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man"
|
||||||
make_build_args="all opt"
|
make_build_args="all opt"
|
||||||
makedepends="m4 ncurses-devel ocaml ocamlbuild"
|
makedepends="ncurses-devel ocaml ocamlbuild"
|
||||||
short_desc="OCaml package manager"
|
short_desc="OCaml package manager"
|
||||||
maintainer="John Regan <john@jrjrtech.com>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://projects.camlcity.org/projects/findlib.html"
|
homepage="http://projects.camlcity.org/projects/findlib.html"
|
||||||
distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz"
|
distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz"
|
||||||
checksum=8e85cfa57e8745715432df3116697c8f41cb24b5ec16d1d5acd25e0196d34303
|
checksum=2b42b8bd54488d64c4bf3cb7054b4b37bd30c1dc12bd431ea1e4d7ad8a980fe2
|
||||||
wrksrc="findlib-${version}"
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
@ -21,6 +21,4 @@ do_install() {
|
||||||
make prefix="$DESTDIR" install
|
make prefix="$DESTDIR" install
|
||||||
vbin src/findlib/ocamlfind_opt
|
vbin src/findlib/ocamlfind_opt
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
rm ${DESTDIR}/usr/lib/ocaml/ocamlbuild/META
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue