milis/talimatname/genel/p/python-chardet/talimat

18 lines
432 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Karakter kodlaması otomatik algılama için Python modülü.
# 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/$_isim/$_isim-$surum.tar.gz)
derle() {
cd $_isim-$surum
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --root=$PKG
}