17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
|
# Description: Python libnfs bağlamları
|
|||
|
# URL: https://github.com/sahlberg/libnfs-python
|
|||
|
# Packager: milisarge
|
|||
|
# Depends on: 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)
|
|||
|
|
|||
|
build() {
|
|||
|
cd $name-master
|
|||
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|||
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|||
|
}
|