updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / python-pyssh / PKGBUILD
blob219cea6049d1b720ef2d33a2a2614ca3e553b9b4
1 # Maintainer: kiooeht <kiooeht at gmail dot com>
2 # Contributor: wulax <j.sjolund@gmail.com>
4 pkgname=python-pyssh
5 pkgver=0.3
6 pkgrel=2
7 pkgdesc="PySSH is a Python module for programmatically controlling ssh and scp"
8 arch=('any')
9 url="http://pyssh.sourceforge.net/"
10 depends=('python2')
11 license=('GPL')
12 source=(http://downloads.sourceforge.net/sourceforge/pyssh/0.3/pyssh-source.tar.gz)
13 md5sums=('ae3a9ffa9545310e14bb013e9ee399c0')
15 build() {
16   cd $srcdir/pyssh
17   python2 setup.py install --prefix=$pkgdir/usr