milis/talimatname/genel/p/pysensors/talimat

15 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: Libsensors'a python bağları (ctypes aracılığıyla)
# URL: https://bitbucket.org/blackjack/pysensors/
# Paketçi: milisarge
# Gerekler: python python-setuptools lm-sensors
isim=pysensors
surum=0.0.3
devir=2
kaynak=(https://pypi.python.org/packages/source/P/PySensors/PySensors-$surum.tar.gz)
derle() {
cd PySensors-$surum
python setup.py install -O1 --prefix='/usr' --root=$PKG --optimize=1
}