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

16 lines
334 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: ECDSA'nın Python'da uygulanması
# URL: https://github.com/warner/python-ecdsa
# Paketçi: milisarge
# Gerekler: python
isim=python-ecdsa
surum=0.11
devir=1
kaynak=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$surum.tar.gz)
derle() {
cd ecdsa-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}