summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2016-11-15 20:13:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-19 07:31:41 +0700
commita9edfbf520b522663ef21898f1e1208b805f8ace (patch)
tree112e90d16a56bb9f365e451c7d6b721e1f78a3cc /system
parent4c87a672460a2a98fa1010dfbc1ac9407145a341 (diff)
downloadslackbuilds-a9edfbf520b522663ef21898f1e1208b805f8ace.tar.gz
slackbuilds-a9edfbf520b522663ef21898f1e1208b805f8ace.tar.xz
system/monitorix: Updated for version 3.9.0.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'system')
-rw-r--r--system/monitorix/monitorix.SlackBuild10
-rw-r--r--system/monitorix/monitorix.info6
2 files changed, 8 insertions, 8 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"
diff --git a/system/monitorix/monitorix.info b/system/monitorix/monitorix.info
index aa9f848c1b..52373833d4 100644
--- a/system/monitorix/monitorix.info
+++ b/system/monitorix/monitorix.info
@@ -1,8 +1,8 @@
PRGNAM="monitorix"
-VERSION="3.8.1"
+VERSION="3.9.0"
HOMEPAGE="http://www.monitorix.org/"
-DOWNLOAD="http://www.monitorix.org/monitorix-3.8.1.tar.gz"
-MD5SUM="cf0daac5e1660053822072f43a308453"
+DOWNLOAD="http://www.monitorix.org/monitorix-3.9.0.tar.gz"
+MD5SUM="181bf2b83b92e89aa6317dd473a987e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-http-server-simple perl-config-general rrdtool"