summaryrefslogtreecommitdiffstats
path: root/desktop/plasma-applet-daisy
diff options
context:
space:
mode:
author David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:24 -0400
committer David Somero <xgizzmo@slackbuilds.org>2010-06-04 01:01:24 -0400
commit8984866ea2a608e5fcbb7778e2c1f6f46d501b49 (patch)
tree2ec36ba880e01676b9acf3db96cd54f0dec36950 /desktop/plasma-applet-daisy
parent487761a54416bb153d807ce6c5e11a26ddc6a8f5 (diff)
downloadslackbuilds-8984866ea2a608e5fcbb7778e2c1f6f46d501b49.tar.gz
slackbuilds-8984866ea2a608e5fcbb7778e2c1f6f46d501b49.tar.xz
desktop/plasma-applet-daisy: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/plasma-applet-daisy')
-rw-r--r--desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild b/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
index 120e9e9dbc..22cf6c22e4 100644
--- a/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
+++ b/desktop/plasma-applet-daisy/plasma-applet-daisy.SlackBuild
@@ -5,10 +5,19 @@
PRGNAM=plasma-applet-daisy
VERSION=0.0.4.21
-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
@@ -23,6 +32,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ];then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
set -e