diff options
author | Nick Warne <nick@linicks.net> | 2019-08-03 16:38:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-10 08:30:41 +0700 |
commit | 6ea1115bdce797516fc0f2151ab8678e5369e960 (patch) | |
tree | 7ff167918d26bcb0010995e332da8bf7b13b58b7 /network/wavemon/wavemon.SlackBuild | |
parent | 467de2bb374c2797224359a9b07c6951efe69e1e (diff) | |
download | slackbuilds-6ea1115bdce797516fc0f2151ab8678e5369e960.tar.gz |
network/wavemon: Updated for version 0.9.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/wavemon/wavemon.SlackBuild')
-rw-r--r-- | network/wavemon/wavemon.SlackBuild | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/network/wavemon/wavemon.SlackBuild b/network/wavemon/wavemon.SlackBuild index 8345d6adcf..e9c8499483 100644 --- a/network/wavemon/wavemon.SlackBuild +++ b/network/wavemon/wavemon.SlackBuild @@ -1,30 +1,13 @@ #!/bin/sh -# Slackware build script for wavemon +# Wavemon Copyright 2012 Vliegendehuiskat, Netherlands -# Copyright 2012 Vliegendehuiskat, Netherlands -# Copyright 2014 Nick Warne, England -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Slackware build script for <wavemon> +# Written by Nick Warne <nick@linicks.net> 2019... +# Licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING> PRGNAM=wavemon -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |