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

17 lines
387 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: SSH2 protokolünü uygulayan Python modülü
# URL: https://github.com/paramiko/paramiko/
# Paketçi: milisarge
# Gerekler: python python-crypto python-ecdsa
isim=python-paramiko
surum=1.15.1
devir=1
kaynak=(
http://pypi.python.org/packages/source/p/paramiko/paramiko-$surum.tar.gz)
derle() {
cd paramiko-$surum
python2 setup.py install --prefix=/usr --root=$PKG
}