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

16 lines
434 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Python2.7 ve SSLyze için deneysel openssl bağlayıcısı
2017-05-31 04:55:38 +03:00
# URL: http://pypi.python.org/pypi/nassl
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python
2017-05-31 04:55:38 +03:00
2017-10-28 15:10:23 +03:00
isim=python-nassl
surum=0.15.1
devir=1
kaynak=(https://pypi.python.org/packages/88/9b/31de4f1419d310d0c967d2dcd38e880b413c0912433a448866c4db0dcd02/nassl-0.15.1.tar.gz)
2017-05-31 04:55:38 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd "$SRC/nassl-$surum"
2017-05-31 04:55:38 +03:00
python2 setup.py build
python2 setup.py install --root="$PKG" --optimize=1
}