milis/talimatname/genel/p/pysensors/talimat

15 lines
413 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
2017-10-28 14:10:23 +02:00
isim=pysensors
surum=0.0.3
devir=2
kaynak=(https://pypi.python.org/packages/source/P/PySensors/PySensors-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd PySensors-$surum
2016-02-24 01:27:23 +01:00
python setup.py install -O1 --prefix='/usr' --root=$PKG --optimize=1
}