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

19 lines
413 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: Python3 için çapraz platform işlem ve sistem yardımcı programları modülü.
# URL: http://code.google.com/p/psutil/
# Paketçi: milisarge
# Gerekler: python3-setuptools
# Grup: sistem
isim=python3-psutil
surum=2.1.3
devir=1
kaynak=(
https://pypi.python.org/packages/source/p/psutil/psutil-$surum.tar.gz)
derle() {
cd psutil-$surum
python3 setup.py install --prefix=/usr --root=$PKG
}