summaryrefslogtreecommitdiffstats
path: root/network/periscope
diff options
context:
space:
mode:
author David Somero2010-06-04 07:13:43 +0200
committer David Somero2010-06-04 07:13:43 +0200
commitf626e7da56f04601de837963f350cb6f32a1fb7f (patch)
treef5af22b7a983e3be662912074afc44b4061d1711 /network/periscope
parentf2fd06a46af956d79002ae2109993fc42d2b8e2f (diff)
downloadslackbuilds-f626e7da56f04601de837963f350cb6f32a1fb7f.tar.gz
network/periscope: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/periscope')
-rw-r--r--network/periscope/periscope.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild
index 3502736bd0..b646c13a62 100644
--- a/network/periscope/periscope.SlackBuild
+++ b/network/periscope/periscope.SlackBuild
@@ -24,10 +24,19 @@
PRGNAM=periscope
VERSION=0.1.7.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