milis/talimatname/genel/p/python3-mprpc/talimat

17 lines
388 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Hızlı MessagePack RPC kütüphanesi
2017-07-26 03:12:12 +03:00
# URL: https://github.com/studio-ousia/mprpc
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
2017-07-26 03:12:12 +03:00
2017-10-28 15:10:23 +03:00
isim=python3-mprpc
_isim=mprpc
surum=0.1.14
devir=1
2017-07-26 03:12:12 +03:00
2017-10-28 15:10:23 +03:00
kaynak=(https://github.com/studio-ousia/mprpc/archive/v0.1.14.tar.gz::$isim-$surum.tar.gz)
2017-07-26 03:12:12 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $_name-$surum
2017-07-26 03:12:12 +03:00
python3 setup.py install --prefix=/usr --root=$PKG
}