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

16 lines
372 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: ASN.1 türleri ve codec bileşenleri.
# URL: http://pypi.python.org/pypi/pyasn1
# Paketçi: milisarge
# Gerekler: python-setuptools
name=python-pyasn1
_name=pyasn1
version=0.1.9
release=1
source=(http://pypi.python.org/packages/source/p/$_name/$_name-$version.tar.gz)
derle() {
cd $_name-$version
/usr/bin/python2 setup.py install --root=$PKG --optimize=1
}