summaryrefslogtreecommitdiffstats
path: root/office/eqonomize
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:43 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:14:43 -0400
commit23244ba59daa80809a028535121ffe86be997ea0 (patch)
treed21b15a4a8f4dc2f095965612a13b5fdb05f7c4f /office/eqonomize
parent462d45f36a6621f5abbe50dccb380be73e72bdc5 (diff)
downloadslackbuilds-23244ba59daa80809a028535121ffe86be997ea0.tar.gz
slackbuilds-23244ba59daa80809a028535121ffe86be997ea0.tar.xz
office/eqonomize: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/eqonomize')
-rw-r--r--office/eqonomize/eqonomize.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/office/eqonomize/eqonomize.SlackBuild b/office/eqonomize/eqonomize.SlackBuild
index 9c3d88ee46..0fed6f6a1d 100644
--- a/office/eqonomize/eqonomize.SlackBuild
+++ b/office/eqonomize/eqonomize.SlackBuild
@@ -24,10 +24,19 @@
PRGNAM=eqonomize
VERSION=0.6
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# 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
@@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
set -e