mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,15 +1,32 @@
|
||||
DESCRIPTION="Pure python SSH implementation"
|
||||
SUMMARY="Pure python SSH implementation"
|
||||
DESCRIPTION="Paramiko is a module for python 2.2 (or higher) that implements \
|
||||
the SSH2 protocol for secure (encrypted and authenticated) connections to \
|
||||
remote machines."
|
||||
HOMEPAGE="http://www.lag.net/paramiko/"
|
||||
SOURCE_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://pypi.python.org/packages/source/p/paramiko/paramiko-1.7.6.zip"
|
||||
CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="pycrypto >= 1.9"
|
||||
CHECKSUM_MD5="b1cfe0cd55772115f808a11c1baba8a0"
|
||||
|
||||
ARCHITECTURES="arm ppc x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
paramiko = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd paramiko-1.7.6
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd paramiko-1.7.6
|
||||
@@ -20,5 +37,3 @@ INSTALL()
|
||||
fi
|
||||
|
||||
}
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2003-2009 Robey Pointer"
|
||||
|
||||
Reference in New Issue
Block a user