From ee2ed6ba0f8091f89ae4a078ac69fa56ee7f303f Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:05:04 -0400 Subject: games/z26: Misc automated cleanups. Signed-off-by: David Somero --- games/z26/z26.SlackBuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'games') 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 -- cgit v1.2.3