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
|
|
|
|
|
|
|
|
|
name=libnfs-python
|
|
|
|
|
version=git
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(https://github.com/sahlberg/$name/archive/master.zip::$name-${version}-$release.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-master
|
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|