aboutsummaryrefslogtreecommitdiff
path: root/libraries/fltk2/fltk2.SlackBuild
diff options
context:
space:
mode:
authorMikhail Zotov <mikhail dot ru at gmail dot com>2010-06-16 13:29:51 -0500
committerErik Hanson <erik@slackbuilds.org>2010-06-16 17:08:28 -0500
commit116105cb37ce8c6ab1f3220841d9384c61d452b1 (patch)
tree12eb2798861ad4adff5e204ca7f6b552256b8263 /libraries/fltk2/fltk2.SlackBuild
parent5de18f0d605c9ad87aeea25093560b510ad17756 (diff)
libraries/fltk2: Updated for version 2.0.x-r7513.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/fltk2/fltk2.SlackBuild')
-rw-r--r--libraries/fltk2/fltk2.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/fltk2/fltk2.SlackBuild b/libraries/fltk2/fltk2.SlackBuild
index e1f36995d2262..8d21ecb6826ce 100644
--- a/libraries/fltk2/fltk2.SlackBuild
+++ b/libraries/fltk2/fltk2.SlackBuild
@@ -26,19 +26,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fltk2
-VERSION=2.0.x_r6970
+VERSION=2.0.x_r7513
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRC_PRGNAM=fltk
SRC_VERSION=$(printf $VERSION | tr _ -)
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi