py3-mprpc
This commit is contained in:
parent
17eb099d6a
commit
1c23f117ed
|
@ -4,12 +4,13 @@
|
|||
# Depends on: python3 python3-setuptools
|
||||
|
||||
name=python3-mprpc
|
||||
_name=mprpc
|
||||
version=0.1.14
|
||||
release=1
|
||||
|
||||
source=(https://github.com/studio-ousia/mprpc/archive/v0.1.14.tar.gz::$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $_name-$version
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue