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