diff options
Diffstat (limited to 'pcr/python2-ssh/PKGBUILD')
-rw-r--r-- | pcr/python2-ssh/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/python2-ssh/PKGBUILD b/pcr/python2-ssh/PKGBUILD deleted file mode 100644 index 84005f0ac..000000000 --- a/pcr/python2-ssh/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# 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') |