From 4329311842ec0eccb156807c3b7668229eec6258 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 28 Jul 2015 13:40:11 +0200 Subject: [PATCH] ocaml: update to 4.02.3. Adopted. --- srcpkgs/ocaml/template | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index 222033f07cb..7bc66dc0960 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -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 " +maintainer="Christian Neukirchen " 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 }