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