milis/talimatname/genel/p/python-psutil/talimat

18 lines
396 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.

# Tanım: Python2 için çapraz platform işlem ve sistem yardımcı programları modülü.
# URL: http://code.google.com/p/psutil/
# Paketçi: milisarge
# Gerekler: python-setuptools
isim=python-psutil
surum=2.1.3
devir=1
kaynak=(
https://pypi.python.org/packages/source/p/psutil/psutil-$surum.tar.gz)
derle() {
cd psutil-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}