milis/talimatname/genel/pysensors/talimat

15 lines
428 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: Libsensors'a python bağları (ctypes aracılığıyla)
# URL: https://bitbucket.org/blackjack/pysensors/
# Packager: milisarge
# Depends on: python python-setuptools lm-sensors
name=pysensors
version=0.0.3
release=2
source=(https://pypi.python.org/packages/source/P/PySensors/PySensors-$version.tar.gz)
build() {
cd PySensors-$version
python setup.py install -O1 --prefix='/usr' --root=$PKG --optimize=1
}