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 }