From 12b7b2502989438211960a3ddaffa5c89eeac0dc Mon Sep 17 00:00:00 2001 From: yasarciv67 Date: Tue, 31 Jul 2018 13:14:35 +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/python-chardet/talimat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/talimatname/genel/p/python-chardet/talimat b/talimatname/genel/p/python-chardet/talimat index 50d37d957..0f8e097dc 100644 --- a/talimatname/genel/p/python-chardet/talimat +++ b/talimatname/genel/p/python-chardet/talimat @@ -2,15 +2,16 @@ # URL: https://github.com/erikrose/chardet # Paketçi: milisarge # Gerekler: python-setuptools +# Grup: kütüphane isim=python-chardet _isim=chardet surum=2.3.0 devir=1 -kaynak=(https://pypi.python.org/packages/source/c/$_name/$_name-$surum.tar.gz) +kaynak=(https://pypi.python.org/packages/source/c/$_isim/$_isim-$surum.tar.gz) derle() { - cd $_name-$surum + cd $_isim-$surum /usr/bin/python2 setup.py build /usr/bin/python2 setup.py install --root=$PKG }