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

16 lines
434 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python2.7 ve SSLyze için deneysel openssl bağlayıcısı
2017-05-31 03:55:38 +02:00
# URL: http://pypi.python.org/pypi/nassl
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2017-05-31 03:55:38 +02:00
2017-10-28 14:10:23 +02: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 03:55:38 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "$SRC/nassl-$surum"
2017-05-31 03:55:38 +02:00
python2 setup.py build
python2 setup.py install --root="$PKG" --optimize=1
}