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