milis/talimatname/genel/psutil/talimat

15 lines
423 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: Çalışan süreçler ve sistem kullanımı hakkında bilgi almak için kütüphane
# URL: https://github.com/giampaolo/psutil
# Packager: milisarge
# Depends on: python python-setuptools
name=psutil
version=3.1.1
release=1
source=(https://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install -O1 --prefix='/usr' --root=$PKG --optimize=1
}