21 lines
516 B
Plaintext
21 lines
516 B
Plaintext
# Description: A cross-platform process and system utilities module for Python2.
|
|
# URL: URL: http://code.google.com/p/psutil/
|
|
# NuTyX package info file (http://nutyx.org)
|
|
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
# 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
|
|
}
|
|
|
|
|
|
|
|
# NuTyX Pkgfile (http://nutyx.org)
|