16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
|
# 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
|
|||
|
}
|