1 # Maintainer: Nathan Hulse <nat.hulse@gmail.com>
5 pkgdesc="SSHFS without clearing/disabling forwarding of X11 and authentication."
7 url="http://fuse.sourceforge.net/sshfs.html"
9 depends=('fuse' 'glib2' 'openssh')
12 makedepends=('pkgconfig')
13 source=("http://downloads.sourceforge.net/sourceforge/fuse/sshfs-fuse-${pkgver}.tar.gz"
15 md5sums=('26e9206eb5169e87e6f95f54bc005a4f'
16 '0b7054b7d8fa18d6618abc4e0987067c')
19 patch -p1 < ../sshfs.c.patch
20 cd "${srcdir}/sshfs-fuse-${pkgver}"
21 ./configure --prefix=/usr
23 make DESTDIR="${pkgdir}" install || return 1