ocaml: update to 4.02.3.

Adopted.
This commit is contained in:
Christian Neukirchen 2015-07-28 13:40:11 +02:00
parent c4195834b6
commit 4329311842

View file

@ -1,14 +1,14 @@
# Template file for 'ocaml'
pkgname=ocaml
version=4.02.2
version=4.02.3
revision=1
makedepends="ncurses-devel libX11-devel"
short_desc="The main implementation of the Caml language"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="http://caml.inria.fr"
license="QPL-1, LGPL-2"
distfiles="${homepage}/pub/distrib/${pkgname}-${version%.*}/${pkgname}-${version}.tar.xz"
checksum=60f923988ab7ae023a0799f9699d7d7a476bf8207ee2c900f92c8288ea363085
checksum=83c6697e135b599a196fd7936eaf8a53dd6b8f3155a796d18407b56f91df9ce3
nocross=yes
do_configure() {
@ -18,9 +18,6 @@ do_build() {
make ${makejobs} world.opt
}
do_install() {
local compiler_libs=${DESTDIR}/usr/lib/ocaml/compiler-libs
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
vlicense LICENSE
}