updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / sshlibrary / PKGBUILD
blobdebeffbea0a0805d5e926aec053feb39cbb20005
1 # Contributor: Thomas Robinson <robinsthom@gmail.com>
2 pkgname=sshlibrary
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A test library for Robot Framework that enables SSH and SFTP"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/robotframework-sshlibrary/"
8 license=('APACHE')
9 depends=('python2' 'pycrypto' 'python-paramiko')
10 optdepends=('trilead: use with jython instead of paramiko')
11 source=("http://robotframework-sshlibrary.googlecode.com/files/SSHLibrary-$pkgver.tar.gz")
12 md5sums=('f92c592b077764daf53c3f578599018e')
14 build()
16   cd "$srcdir/SSHLibrary-$pkgver"
17   python2 setup.py install --root=$startdir/pkg