2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Glances, curses veya Web tabanlı arabirim yoluyla minimum alana maksimum miktarda bilgi sunmayı amaçlayan çapraz platform izleme aracıdır.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: https://github.com/nicolargo/glances
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python psutil python-setuptools
|
2017-01-31 01:37:09 +01:00
|
|
|
|
# Optional: PySensors hddtemp
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=glances
|
|
|
|
|
version=2.4.2
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd Glances-$version
|
|
|
|
|
python setup.py install -O1 --prefix='/usr' --root=$PKG --optimize=1
|
|
|
|
|
}
|