2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: ECDSA'nın Python'da uygulanması
|
2017-04-13 08:50:13 +02:00
|
|
|
|
# URL: https://github.com/warner/python-ecdsa
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python
|
2017-04-13 08:50:13 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=python-ecdsa
|
|
|
|
|
surum=0.11
|
|
|
|
|
devir=1
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$surum.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd ecdsa-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
python2 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|