2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Python libnfs bağlamları
|
|
|
|
|
# URL: https://github.com/sahlberg/libnfs-python
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3 python3-setuptools python python-setuptools libnfs swig
|
2018-08-03 14:56:04 +02:00
|
|
|
|
# Grup: kütühane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=libnfs-python
|
|
|
|
|
surum=git
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(https://github.com/sahlberg/$isim/archive/master.zip::$isim-${surum}-$devir.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd $isim-master
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|