diff options
author | Ferenc Deak <ferenc.deak@gmail.com> | 2010-05-13 00:25:06 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:25:06 +0200 |
commit | c8620167d2dbd0032de6058d5791cf770692a7ee (patch) | |
tree | 5b397efd5cc83252eda1eebfaef74f48c0d92f00 /development/ocaml/ocaml.SlackBuild | |
parent | e034861c53f99413d26c38161b0350c561508843 (diff) | |
download | slackbuilds-c8620167d2dbd0032de6058d5791cf770692a7ee.tar.gz |
development/ocaml: Updated for version 3.11.1
Diffstat (limited to 'development/ocaml/ocaml.SlackBuild')
-rw-r--r-- | development/ocaml/ocaml.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ocaml/ocaml.SlackBuild b/development/ocaml/ocaml.SlackBuild index 7fb57a6d95..a4d1be6022 100644 --- a/development/ocaml/ocaml.SlackBuild +++ b/development/ocaml/ocaml.SlackBuild @@ -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} |