milis/talimatname/genel/glances/talimat

16 lines
529 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Glances, curses veya Web tabanlı arabirim yoluyla minimum alana maksimum miktarda bilgi sunmayı amaçlayan çapraz platform izleme aracıdır.
# URL: https://github.com/nicolargo/glances
# Packager: milisarge
# Depends on: python psutil python-setuptools
# Optional: PySensors hddtemp
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
}