1 # Contributor: Dmitry Kosenkov <junker at front dot ru>
7 pkgdesc="It provides fast connections to Linux/Unix hosts over SSH protocol. You don't need to remember the IP address, hostname, login, or password. Just select server from the list and press 'Connect'"
8 url="http://sourceforge.net/projects/fastssher/"
11 makedepends=('perlxml intltool')
12 depends=('gtk2>=2.12 libglade>=2.2 gnome-keyring sshpass')
13 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('c89d90bfb47a3723c933abc5a7fe29a5')
16 cd $srcdir/${pkgname}-$pkgver
17 ./configure --prefix=/usr
19 make DESTDIR=${pkgdir} install || return 1