2006-11-20 07:26:53 +10:00
|
|
|
# Description: Python Library to OpenSSH (ssh, scp).
|
|
|
|
# URL: http://pyssh.sourceforge.net/
|
2007-01-20 12:21:06 +10:00
|
|
|
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
|
|
|
|
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
2006-11-20 07:26:53 +10:00
|
|
|
#
|
|
|
|
# Depends on: python
|
2006-11-14 09:01:22 +10:00
|
|
|
|
|
|
|
name=pyssh
|
|
|
|
version=0.3
|
2007-03-25 00:46:56 +10:00
|
|
|
release=2
|
2006-11-14 09:01:22 +10:00
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-source.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2006-11-20 07:26:53 +10:00
|
|
|
cd $name
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
chown -R root:root $PKG
|
2006-11-14 09:01:22 +10:00
|
|
|
}
|