milis/talimatname/genel/python-nassl/talimat

16 lines
447 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: Python2.7 ve SSLyze için deneysel openssl bağlayıcısı
# URL: http://pypi.python.org/pypi/nassl
# Packager: milisarge
# Depends on: python
name=python-nassl
version=0.15.1
release=1
source=(https://pypi.python.org/packages/88/9b/31de4f1419d310d0c967d2dcd38e880b413c0912433a448866c4db0dcd02/nassl-0.15.1.tar.gz)
build() {
cd "$SRC/nassl-$version"
python2 setup.py build
python2 setup.py install --root="$PKG" --optimize=1
}