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

17 lines
412 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
isim=python-chardet
_isim=chardet
surum=2.3.0
devir=1
kaynak=(https://pypi.python.org/packages/source/c/$_name/$_name-$surum.tar.gz)
derle() {
cd $_name-$surum
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --root=$PKG
}