From 35c27c08eb837e70997a330891480edc02150b9f Mon Sep 17 00:00:00 2001 From: David Somero Date: Fri, 4 Jun 2010 01:03:31 -0400 Subject: development/pysetuptools: Misc automated cleanups. Signed-off-by: David Somero --- development/pysetuptools/pysetuptools.SlackBuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'development') diff --git a/development/pysetuptools/pysetuptools.SlackBuild b/development/pysetuptools/pysetuptools.SlackBuild index 37105795a2..7b443ad754 100644 --- a/development/pysetuptools/pysetuptools.SlackBuild +++ b/development/pysetuptools/pysetuptools.SlackBuild @@ -14,10 +14,19 @@ PRGNAM=pysetuptools SRC_NAME=setuptools VERSION=0.6c11 -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=${PKG:-$TMP/package-$SRC_NAME} -- cgit v1.2.3