From 1f6a6234c81df87681b70982c5650c150c827bbf Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Sat, 14 Feb 2015 10:40:17 +0700 Subject: system/glances: Update optional dependencies. Signed-off-by: Willy Sudiarto Raharjo --- system/glances/README | 22 +++++++++++----------- system/glances/glances.SlackBuild | 12 ++++++------ system/glances/slack-desc | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'system') diff --git a/system/glances/README b/system/glances/README index da0a08dc36..98d76f3133 100644 --- a/system/glances/README +++ b/system/glances/README @@ -1,8 +1,8 @@ Glances is a free (LGPL) cross-platform curses-based system monitoring tool which aims to present a maximum of information in a minimum of space, ideally -to fit in a classical 80x24 terminal, or larger for additional information: in -fact it can adapt dynamically the displayed information depending on the -terminal size. +to fit in a classical 80x24 terminal, or larger for additional data: in fact +it can adapt dynamically the displayed information depending on the terminal +size. This tool can also work in client/server mode. Remote monitoring can be done via terminal or web interface. @@ -14,14 +14,14 @@ file systems, processes, etc. OPTIONAL DEPENDENCIES Available on SBo: hddtemp (HHD temperature monitoring support), py3sensors -(HW monitoring support), pysnmp (SNMP support), netifaces (auto discoverer -mode), statsd (StatsD export module), matplotlib (generation of graphs from -history data) and python3. - -Not available on SBo: bottle (Web server mode), batinfo (battery monitoring -support), pymdstat (RAID support), zeroconf (auto discoverer mode), influxdb -(InfluxDB export module), pystache (action script feature), docker-py (Docker -monitoring support). +(HW monitoring support), batinfo (battery monitoring support), bottle (Web +server mode), pymdstat (RAID support), ysnmp (SNMP support), netifaces (auto +discoverer mode), statsd (StatsD export module), matplotlib (generation of +graphs from history data) and python3. + +Not available on SBo: influxdb (InfluxDB export module), pystache (action +script feature), docker-py (Docker monitoring support), zeroconf (auto +discoverer mode). NOTES diff --git a/system/glances/glances.SlackBuild b/system/glances/glances.SlackBuild index be96646c42..b584404c41 100644 --- a/system/glances/glances.SlackBuild +++ b/system/glances/glances.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=glances VERSION=${VERSION:-2.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -47,12 +47,12 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -# The upstream tarball will be named differently, depending on the file being -# downloaded manually (web browser) or with wget. +# The upstream tarball will be named differently, depending on the file +# being downloaded manually (web browser) or with wget. if [ -e $CWD/v$VERSION.tar.gz ]; then - tar xvf $CWD/v$VERSION.tar.gz + tar xvzf $CWD/v$VERSION.tar.gz else - tar xvf $CWD/$PRGNAM-$VERSION.tar.gz + tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz fi cd $PRGNAM-$VERSION @@ -64,8 +64,8 @@ find -L . \ -o -perm 400 \) -exec chmod 644 {} \; PRGUSR=$PKG/usr -PRGETC=$PKG/etc/$PRGNAM PRGSHR=$PKG/usr/share +PRGETC=$PKG/etc/$PRGNAM PRGDOC=$PKG/usr/doc/$PRGNAM-$VERSION python setup.py install --root=$PKG diff --git a/system/glances/slack-desc b/system/glances/slack-desc index 8a6835ccd1..765d50be5e 100644 --- a/system/glances/slack-desc +++ b/system/glances/slack-desc @@ -10,7 +10,7 @@ glances: glances (a cross-platform, curses-based system monitoring tool) glances: glances: glances is a cross-platform, curses-based system monitoring tool glances: written in Python. It can adapt the displayed information depending -glances: on the terminal size, and can also work in a client/server mode for +glances: on the terminal size, and can also work in client/server mode for glances: remote monitoring. It uses the psutil library to fetch statistical glances: values from key elements, like CPU, load average, memory, network, glances: disks, file systems, processes, etc. -- cgit v1.2.3