mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/glances: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3656ebe532
commit
6b7ccabd75
3 changed files with 6 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
Glances is a free (LGPL) cross-platform curses-based system monitoring tool
|
||||
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 data as it can
|
||||
adapt the displayed information dynamically, depending on the terminal size.
|
||||
|
@ -6,7 +6,7 @@ adapt the displayed information dynamically, depending on the terminal size.
|
|||
This tool can also work in client/server mode. Remote monitoring can be done
|
||||
via terminal or web interface.
|
||||
|
||||
Glances is written in Python and uses the psutil library to fetch statistical
|
||||
glances is written in Python and uses the psutil library to fetch statistical
|
||||
values from key elements, like CPU, load average, memory, network, disks,
|
||||
file systems, processes, etc.
|
||||
|
||||
|
@ -24,7 +24,7 @@ feature), zeroconf (auto discoverer mode).
|
|||
|
||||
NOTES
|
||||
|
||||
1) When launching Glances in a terminal with a bright background, the option
|
||||
1) When launching glances in a terminal with a bright background, the option
|
||||
'--theme-white' is recommended.
|
||||
|
||||
2) For optional auto discoverer mode, both zeroconf and netifaces are needed.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for glances
|
||||
|
||||
# Copyright 2013-2015 Philip Lacroix <philnx at posteo dot de>
|
||||
# Copyright 2013-2015 Philip Lacroix <slackph at posteo dot de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -71,8 +71,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then
|
|||
fi
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null \
|
||||
|| true
|
||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
PRGUSR=$PKG/usr
|
||||
PRGSHR=$PKG/usr/share
|
||||
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
|
|||
MD5SUM_x86_64=""
|
||||
REQUIRES="psutil pysetuptools"
|
||||
MAINTAINER="Philip Lacroix"
|
||||
EMAIL="philnx at posteo dot de"
|
||||
EMAIL="slackph at posteo dot de"
|
||||
|
|
Loading…
Reference in a new issue