milis/talimatname/genel/l/libnfs-python/talimat

17 lines
458 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python libnfs bağlamları
2017-10-24 06:13:05 +02:00
# URL: https://github.com/sahlberg/libnfs-python
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools python python-setuptools libnfs swig
2017-10-24 06:13:05 +02:00
2017-10-28 14:10:23 +02:00
isim=libnfs-python
surum=git
devir=1
2017-10-24 06:13:05 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(https://github.com/sahlberg/$isim/archive/master.zip::$isim-${surum}-$devir.tar.gz)
2017-10-24 06:13:05 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-master
2017-10-24 06:13:05 +02:00
python2 setup.py install --prefix=/usr --root=$PKG
python3 setup.py install --prefix=/usr --root=$PKG
}