summaryrefslogtreecommitdiffstats
path: root/source/tcl/tcl/tcl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/tcl/tcl/tcl.SlackBuild')
-rwxr-xr-xsource/tcl/tcl/tcl.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/tcl/tcl/tcl.SlackBuild b/source/tcl/tcl/tcl.SlackBuild
index 03d51ca32..ff0ad5a38 100755
--- a/source/tcl/tcl/tcl.SlackBuild
+++ b/source/tcl/tcl/tcl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-VERSION=${VERSION:-8.5.9}
+VERSION=${VERSION:-8.5.11}
# See also version number 8.5 in the symlinks below...)
BUILD=${BUILD:-1}
@@ -35,6 +35,8 @@ if [ -z "$ARCH" ]; then
esac
fi
+NUMJOBS=${NUMJOBS:-" -j7 "}
+
CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-tcl
@@ -89,7 +91,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-man-compression=gzip \
${CONFARGS} \
--build=$ARCH-slackware-linux
-make -j4 || exit 1
+make $NUMJOBS || exit 1
make install DESTDIR=$PKG
# Some sources require Tcl's private headers, which might not be the