system/nsca-ng: Updated for version 1.5.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2017-07-25 17:48:32 +02:00 committed by Willy Sudiarto Raharjo
parent 399e093e48
commit 709c49404a
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for nsca-ng
# Copyright 2015 Mario Preksavec, Zagreb, Croatia
# Copyright 2015, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nsca-ng
VERSION=${VERSION:-1.4}
VERSION=${VERSION:-1.5}
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
@ -40,8 +40,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"

View file

@ -1,8 +1,8 @@
PRGNAM="nsca-ng"
VERSION="1.4"
VERSION="1.5"
HOMEPAGE="http://www.nsca-ng.org/"
DOWNLOAD="http://www.nsca-ng.org/download/nsca-ng-1.4.tar.gz"
MD5SUM="5193cd5e20b938d149a638ba12395f3c"
DOWNLOAD="http://www.nsca-ng.org/download/nsca-ng-1.5.tar.gz"
MD5SUM="0a8fe1c635dd053430c7301c1721eecb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="confuse"