summaryrefslogtreecommitdiffstats
path: root/games/z26
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:05:04 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:05:04 -0400
commitee2ed6ba0f8091f89ae4a078ac69fa56ee7f303f (patch)
tree4436babb537e34de3c82835977d6735c6873b502 /games/z26
parent9ed0cb7144c9c3214be75b8d2b52e80392392a8f (diff)
downloadslackbuilds-ee2ed6ba0f8091f89ae4a078ac69fa56ee7f303f.tar.gz
slackbuilds-ee2ed6ba0f8091f89ae4a078ac69fa56ee7f303f.tar.xz
games/z26: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/z26')
-rw-r--r--games/z26/z26.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/games/z26/z26.SlackBuild b/games/z26/z26.SlackBuild
index 71af23e871..1accffc3c5 100644
--- a/games/z26/z26.SlackBuild
+++ b/games/z26/z26.SlackBuild
@@ -8,7 +8,6 @@
PRGNAM=z26
VERSION=${VERSION:-2.13}
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -20,6 +19,16 @@ TAG=${TAG:-_SBo}
SNAPVER=${SNAPVER:-${PRGNAM}_snapshot-20040523}
TARBALL=${TARBALL:-${PRGNAM}v213.tar.gz}
+# 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
+
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM