milis/talimatname/genel/p/pysensors/talimat

15 lines
421 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libsensors'a python bağları (ctypes aracılığıyla)
2016-02-24 01:27:23 +01:00
# URL: https://bitbucket.org/blackjack/pysensors/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python-setuptools lm-sensors
2016-02-24 01:27:23 +01:00
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
}