Açıklama çevirisi
This commit is contained in:
parent
9dc959e921
commit
07051af6e8
|
@ -1,8 +1,8 @@
|
||||||
# Description: Python module that implements the SSH2 protocol
|
# Description: SSH2 protokolünü uygulayan Python modülü
|
||||||
# URL: URL: https://github.com/paramiko/paramiko/
|
# URL: https://github.com/paramiko/paramiko/
|
||||||
# NuTyX package info file (http://nutyx.org)
|
# Packager: milisarge
|
||||||
# Packager: # NuTyX package info file (http://nutyx.org)
|
|
||||||
# Depends on: python python-crypto python-ecdsa
|
# Depends on: python python-crypto python-ecdsa
|
||||||
|
|
||||||
name=python-paramiko
|
name=python-paramiko
|
||||||
version=1.15.1
|
version=1.15.1
|
||||||
release=1
|
release=1
|
||||||
|
@ -14,7 +14,3 @@ build() {
|
||||||
cd paramiko-$version
|
cd paramiko-$version
|
||||||
python2 setup.py install --prefix=/usr --root=$PKG
|
python2 setup.py install --prefix=/usr --root=$PKG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# NuTyX Pkgfile (http://nutyx.org)
|
|
||||||
|
|
Loading…
Reference in New Issue