updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / iosshy / PKGBUILD
blob337a833d58962ee7018dc7f23b7b129ada0d2b89
1 # Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
2 pkgname=iosshy
3 pkgver=1.6
4 pkgrel=1
5 pkgdesc="An easy to use desktop tool to quickly create and destroy SSH tunnels and launch commands based on a preconfigured setup."
6 arch=('any')
7 url="http://kde-apps.org/content/show.php/IOSSHy?content=119689"
8 license=('BSD')
9 depends=('python2-qt' 'python2-setproctitle' 'python-paramiko' 'python-keyring' 'pycrypto')
10 makedepends=('python2-distribute')
11 optdepends=('kdebindings-python: KDE integration')
12 source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/$pkgname/tarball/v$pkgver iosshy.desktop)
13 build() {
14         cd $srcdir/mtorromeo-iosshy-ef4ee08
15         sh build.sh
16         python2 setup.py install --root=$pkgdir
17         install -m0644 -D $srcdir/iosshy.desktop $pkgdir/usr/share/applications/iosshy.desktop
18         install -D LICENSE $pkgdir/usr/share/licenses/iosshy/COPYING
20 md5sums=('cea37a4e040f6ee197f4535c169ea864'
21          '5c74b88b69a7b13c1dae274f8edc938d')