network/wavemon: Updated for version 0.7.6 + New Maintainer.

Moved from system.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nick Warne 2014-01-20 00:38:19 +07:00 committed by Erik Hanson
parent 41d3800418
commit e0b3496e2b
5 changed files with 18 additions and 17 deletions

View File

@ -1,7 +1,7 @@
wavemon (Wavemon 802.11 monitor)
wavemon is an ncurses-based monitoring application for wireless
network devices.
network devices.
It allows you to watch the signal and noise levels, packet statistics,
device configuration, and network parameters of your wireless network

View File

@ -13,7 +13,7 @@ wavemon: network devices.
wavemon:
wavemon: It allows you to watch the signal and noise levels, packet statistics,
wavemon: device configuration, and network parameters of your wireless network
wavemon: hardware.
wavemon: hardware. The scan window allows you to sort by signal strength etc.
wavemon:
wavemon: It was originally developed by Jan Morgenstern.
wavemon:

View File

@ -3,6 +3,7 @@
# Slackware build script for wavemon
# Copyright 2012 Vliegendehuiskat, Netherlands
# Copyright 2014 Nick Warne, England
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wavemon
VERSION=${VERSION:-0.7.5}
VERSION=${VERSION:-0.7.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,10 +65,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Make file uses datadir to install docs :/
CFLAGS="$SLKCFLAGS" \

View File

@ -0,0 +1,10 @@
PRGNAM="wavemon"
VERSION="0.7.6"
HOMEPAGE="http://www.erg.abdn.ac.uk/ergcms/wavemon/"
DOWNLOAD="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-0.7.6.tar.bz2"
MD5SUM="c60e25feb8b1785cf14371556f0613f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Nick Warne"
EMAIL="nick@ukfsn.org"

View File

@ -1,10 +0,0 @@
PRGNAM="wavemon"
VERSION="0.7.5"
HOMEPAGE="http://eden-feed.erg.abdn.ac.uk/wavemon/"
DOWNLOAD="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-0.7.5.tar.bz2"
MD5SUM="77d4a0f099ca98cf98a915adc70694ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Vliegendehuiskat"
EMAIL="vliegendehuiskat [ at ] gmail [ dot ] com"