aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Somero <xgizzmo@slackbuilds.org>2010-06-04 01:13:48 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-06-04 01:13:48 -0400
commit1314443613f2c3da96b842cad884fe2efc93a0c9 (patch)
treefab0c59e22e9eaec7f6edec13b82c05fdef0cbcf
parentc0bf68d1bd2a569deb279eca5339cf0e85743712 (diff)
network/perl-Net-CIDR: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
-rwxr-xr-xnetwork/perl-Net-CIDR/perl-Net-CIDR.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/network/perl-Net-CIDR/perl-Net-CIDR.SlackBuild b/network/perl-Net-CIDR/perl-Net-CIDR.SlackBuild
index 75393b5af3e2..2b33c59fda8b 100755
--- a/network/perl-Net-CIDR/perl-Net-CIDR.SlackBuild
+++ b/network/perl-Net-CIDR/perl-Net-CIDR.SlackBuild
@@ -27,9 +27,18 @@
SRCNAM=Net-CIDR
PRGNAM=perl-Net-CIDR
VERSION=0.13
-ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
+# 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