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

17 lines
454 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: Python2.7 ve SSLyze için deneysel openssl bağlayıcısı
# URL: http://pypi.python.org/pypi/nassl
# Paketçi: milisarge
# Gerekler: python
# Grup: kütüphane
isim=python-nassl
surum=0.15.1
devir=1
kaynak=(https://pypi.python.org/packages/88/9b/31de4f1419d310d0c967d2dcd38e880b413c0912433a448866c4db0dcd02/nassl-0.15.1.tar.gz)
derle() {
cd "$SRC/nassl-$surum"
python2 setup.py build
python2 setup.py install --root="$PKG" --optimize=1
}