1 # Contributor: Michael Kanis <mkanis@gmx.de>
5 pkgdesc="An interface to Secure Shell, for GNOME and OpenSSH"
6 url="http://www.gnome.org/projects/hotssh/"
9 depends=('python>=2.4' 'openssh' 'gtk2>=2.10' 'dbus-python')
10 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.2/$pkgname-$pkgver.tar.gz)
11 sha256sums=('a1ec3aaac78b58095f1bffef927371e59fe48f5eeae1bddbbc75f864bd0cdd9e')
14 cd $startdir/src/$pkgname-$pkgver
15 python ./waf configure --prefix=/usr || return 1
16 python ./waf --progress || return 1
17 python ./waf --destdir=$startdir/pkg install
18 install -d $startdir/pkg/usr/share/pixmaps
19 install images/hotwire-openssh.png $startdir/pkg/usr/share/pixmaps/