summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author David Somero2010-06-04 07:03:32 +0200
committer David Somero2010-06-04 07:03:32 +0200
commitea6b9bab7ca7a9e25892da59850f9a07327674c2 (patch)
tree437c280b42454d8059cf6a4e5b6866289dbff0d5 /development
parent35c27c08eb837e70997a330891480edc02150b9f (diff)
downloadslackbuilds-ea6b9bab7ca7a9e25892da59850f9a07327674c2.tar.gz
development/python-pmw: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/python-pmw/python-pmw.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/development/python-pmw/python-pmw.SlackBuild b/development/python-pmw/python-pmw.SlackBuild
index f21170d4c6..4b66fc0b95 100644
--- a/development/python-pmw/python-pmw.SlackBuild
+++ b/development/python-pmw/python-pmw.SlackBuild
@@ -24,10 +24,19 @@
PRGNAM=python-pmw
VERSION=${VERSION:-1.3.2}
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-3}
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
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
# Python site-packages directory