milis/talimatname/genel/python-ecdsa/talimat

16 lines
349 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.

# Description: ECDSA'nın Python'da uygulanması
# URL: https://github.com/warner/python-ecdsa
# Packager: milisarge
# Depends on: python
name=python-ecdsa
version=0.11
release=1
source=(http://pypi.python.org/packages/source/e/ecdsa/ecdsa-$version.tar.gz)
build() {
cd ecdsa-$version
python2 setup.py install --prefix=/usr --root=$PKG
}