milis/talimatname/genel/p/python-psutil/talimat
2018-08-01 06:09:45 +00:00

17 lines
410 B
Text
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
# Grup: sistem
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
}