milis/talimatname/genel/python-psutil/talimat

18 lines
411 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: Python2 için çapraz platform işlem ve sistem yardımcı programları modülü.
# URL: http://code.google.com/p/psutil/
# Packager: milisarge
# Depends on: python-setuptools
name=python-psutil
version=2.1.3
release=1
source=(
https://pypi.python.org/packages/source/p/psutil/psutil-$version.tar.gz)
build() {
cd psutil-$version
python2 setup.py install --prefix=/usr --root=$PKG
}