diff options
author | aurelien <tek@localhost.localdomain> | 2012-11-13 17:00:03 +0100 |
---|---|---|
committer | aurelien <tek@localhost.localdomain> | 2012-11-13 17:00:03 +0100 |
commit | cf319581703bfe2836e7df909dd5f9c0ab0d54e5 (patch) | |
tree | 43f3f7b82a28ea3440929e83da45f82968c3ba2c /pcr/python2-ssh | |
parent | 5ae2d0f4bb7b2d29aca46139292207252616ac1f (diff) |
version i686 of the build of end of October 201
Diffstat (limited to 'pcr/python2-ssh')
-rw-r--r-- | pcr/python2-ssh/PKGBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pcr/python2-ssh/PKGBUILD b/pcr/python2-ssh/PKGBUILD new file mode 100644 index 000000000..84005f0ac --- /dev/null +++ b/pcr/python2-ssh/PKGBUILD @@ -0,0 +1,26 @@ +# Contributor: Your Name <youremail@domain.com> + +pkgname=python2-ssh +pkgver=1.8.0 +pkgrel=1 +pkgdesc="Python SSH2 protocol library" +arch=(any) +url="http://pypi.python.org/pypi/ssh" +license=('LGPL') +depends=('python2' 'pycrypto') +makedepends=() +provides=() +conflicts=() +replaces=() +backup=() +options=(!emptydirs) +install= +source=("http://pypi.python.org/packages/source/s/ssh/ssh-$pkgver.tar.gz") + +package() { + cd "$srcdir/ssh-$pkgver" + python2 setup.py install --root="$pkgdir/" --optimize=1 + + install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} +md5sums=('bc4dd59ec0c7bdf78a3840652cac824e') |