summaryrefslogtreecommitdiffstats
path: root/network/nethogs
diff options
context:
space:
mode:
author David Somero2010-06-04 07:13:28 +0200
committer David Somero2010-06-04 07:13:28 +0200
commit4c07c208eb6a292c8449ca824753def2f3ede7dc (patch)
tree987de8d567c24791584056046820e0e7dae17cfd /network/nethogs
parent0a23814a8168af079c2805c8b90624a1c7866e7b (diff)
downloadslackbuilds-4c07c208eb6a292c8449ca824753def2f3ede7dc.tar.gz
network/nethogs: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/nethogs')
-rw-r--r--network/nethogs/nethogs.SlackBuild14
1 files changed, 13 insertions, 1 deletions
diff --git a/network/nethogs/nethogs.SlackBuild b/network/nethogs/nethogs.SlackBuild
index 88fe697e87..c6b0706db9 100644
--- a/network/nethogs/nethogs.SlackBuild
+++ b/network/nethogs/nethogs.SlackBuild
@@ -8,10 +8,19 @@
PRGNAM=nethogs
VERSION=0.7.0
-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
@@ -28,6 +37,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+else
+ SLKCFLAGS="-O2"
+ LIBDIRSUFFIX=""
fi
rm -rf $PKG