diff options
author | Zordrak <slackbuilds@tpa.me.uk> | 2010-10-20 01:39:47 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:47 -0500 |
commit | d29a683adf24b643cbb11e6e69dc5461fa71b8d7 (patch) | |
tree | 4bf6edde7faa888d6bb4043f423107e03cf9b52f /system/nagios-plugins/nagios-plugins.SlackBuild | |
parent | 6a7638164b0d4f04a165fb32ceca356868530dd1 (diff) | |
download | slackbuilds-d29a683adf24b643cbb11e6e69dc5461fa71b8d7.tar.gz |
system/nagios-plugins: Updated for version 1.4.15.
Diffstat (limited to 'system/nagios-plugins/nagios-plugins.SlackBuild')
-rw-r--r-- | system/nagios-plugins/nagios-plugins.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/nagios-plugins/nagios-plugins.SlackBuild b/system/nagios-plugins/nagios-plugins.SlackBuild index efc336d137..18a094823a 100644 --- a/system/nagios-plugins/nagios-plugins.SlackBuild +++ b/system/nagios-plugins/nagios-plugins.SlackBuild @@ -1,20 +1,18 @@ #!/bin/sh -# Slackware build script for nrpe +# Slackware build script for nagios-plugins # Written by Zordrak <slackbuilds@tpa.me.uk> PRGNAM=nagios-plugins -VERSION=${VERSION:-1.4.14} +VERSION=${VERSION:-1.4.15} 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 |