development/ocaml: Updated for version 3.11.1

This commit is contained in:
Ferenc Deak 2010-05-13 00:25:06 +02:00 committed by David Somero
parent e034861c53
commit c8620167d2
2 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for ocaml
# Copyright 2007-2008 Ferenc Deak <ferenc.deak@gmail.com>
# Copyright 2007-2009 Ferenc Deak <ferenc.deak@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ocaml
VERSION=3.10.2
VERSION=3.11.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
@ -89,4 +89,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,8 +1,10 @@
PRGNAM="ocaml"
VERSION="3.10.2"
VERSION="3.11.1"
HOMEPAGE="http://caml.inria.fr"
DOWNLOAD="http://caml.inria.fr/pub/distrib/ocaml-3.10/ocaml-3.10.2.tar.bz2"
MD5SUM="d86f8f8aa4574fa60dd6f89044580307"
DOWNLOAD="http://caml.inria.fr/pub/distrib/ocaml-3.11/ocaml-3.11.1.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="fe011781f37f6b41fe08e0706969a89e"
MD5SUM_x86_64=""
MAINTAINER="Ferenc Deak"
EMAIL="ferenc.deak@gmail.com"
APPROVED="dsomero,rworkman"
APPROVED="dsomero"