17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
# 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
|
||
}
|