From e69c2097f62a1509218368b7e45b67c69cf4debd Mon Sep 17 00:00:00 2001 From: yasarciv67 Date: Wed, 1 Aug 2018 07:12:33 +0000 Subject: [PATCH] =?UTF-8?q?grup-d=C3=BCzenlemeleri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talimatname/genel/p/python3-mprpc/talimat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/talimatname/genel/p/python3-mprpc/talimat b/talimatname/genel/p/python3-mprpc/talimat index fc5966a2c..1277500c2 100644 --- a/talimatname/genel/p/python3-mprpc/talimat +++ b/talimatname/genel/p/python3-mprpc/talimat @@ -2,15 +2,16 @@ # URL: https://github.com/studio-ousia/mprpc # Paketçi: milisarge # Gerekler: python3 python3-setuptools +# Grup: kütüphane isim=python3-mprpc _isim=mprpc surum=0.1.14 devir=1 -kaynak=(https://github.com/studio-ousia/mprpc/archive/v0.1.14.tar.gz::$isim-$surum.tar.gz) +kaynak=(https://github.com/studio-ousia/mprpc/archive/v$surum.tar.gz::$isim-$surum.tar.gz) derle() { - cd $_name-$surum + cd $_isim-$surum python3 setup.py install --prefix=/usr --root=$PKG }