updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / gsshfs / PKGBUILD
blob717d0df5cb26678955ecf74813fd899c11633351
1 # $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
2 # Maintainer: marty <>
3 # Contributor: marty <>
4 pkgname=gsshfs
5 pkgver=1.0.5
6 pkgrel=1
7 pkgdesc="GUI for SSHFS"
8 arch=(i686 x86_64)
9 url="http://sallu.tuxfamily.org/Home"
10 license=('GPL')
11 #groups=
12 #provides=
13 depends=('gtk2' 'fuse' 'sshfs')
14 makedepends=('cmake' 'make')
15 #conflicts=()
16 #replaces=()
17 #backup=()
18 #install=()
19 source=(http://download.tuxfamily.org/sallu/utilities/${pkgname}-${pkgver}.tar.bz2)
20 md5sums=('290d638dcbce07d60a4aeb080694578e')
21 build() {
22   cd "${srcdir}/${pkgname}-${pkgver}"
23   cmake -DCMAKE_INSTALL_PREFIX=/usr .
24   make || return 1
25   make DESTDIR=$pkgdir install