summaryrefslogtreecommitdiffstats
path: root/desktop/parcellite
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:20 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:20 -0400
commit870b57553c3ec037f859de55cceffc610ae7eb2b (patch)
tree7f7f9d74c7bdeeaec7deb9e8ef16f45eb10a1957 /desktop/parcellite
parent71e5e267bfff6c0f8ff1cf717af6face18e0658e (diff)
downloadslackbuilds-870b57553c3ec037f859de55cceffc610ae7eb2b.tar.gz
slackbuilds-870b57553c3ec037f859de55cceffc610ae7eb2b.tar.xz
desktop/parcellite: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/parcellite')
-rw-r--r--desktop/parcellite/parcellite.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/parcellite/parcellite.SlackBuild b/desktop/parcellite/parcellite.SlackBuild
index 20124c9f5d..d56a10f268 100644
--- a/desktop/parcellite/parcellite.SlackBuild
+++ b/desktop/parcellite/parcellite.SlackBuild
@@ -5,10 +5,19 @@
PRGNAM=parcellite
VERSION=${VERSION:-0.9.1}
-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