py3-mprpc

This commit is contained in:
milisbir 2017-07-26 03:14:33 +03:00
parent 17eb099d6a
commit 1c23f117ed
1 changed files with 2 additions and 1 deletions

View File

@ -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
}