summaryrefslogtreecommitdiffstats
path: root/system/monitorix/monitorix.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2016-11-15 20:13:24 +0100
committer Willy Sudiarto Raharjo2016-11-19 01:31:41 +0100
commita9edfbf520b522663ef21898f1e1208b805f8ace (patch)
tree112e90d16a56bb9f365e451c7d6b721e1f78a3cc /system/monitorix/monitorix.SlackBuild
parent4c87a672460a2a98fa1010dfbc1ac9407145a341 (diff)
downloadslackbuilds-a9edfbf520b522663ef21898f1e1208b805f8ace.tar.gz
system/monitorix: Updated for version 3.9.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'system/monitorix/monitorix.SlackBuild')
-rw-r--r--system/monitorix/monitorix.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/monitorix/monitorix.SlackBuild b/system/monitorix/monitorix.SlackBuild
index cd725e6932..f88c43d69c 100644
--- a/system/monitorix/monitorix.SlackBuild
+++ b/system/monitorix/monitorix.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for "monitorix".
-# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de>
+# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=monitorix
-VERSION=${VERSION:-3.8.1}
+VERSION=${VERSION:-3.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"