1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = System/Filesystems
11 url = http://fuse.sourceforge.net/sshfs.html
13 summary = FUSE-Filesystem to access remote filesystems via SSH.
16 This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
17 Since most SSH servers already support this protocol it is very easy to set
18 up: i.e. on the server side there's nothing to do. On the client side
19 mounting the filesystem is as easy as logging into the server with ssh.
23 sources = sshfs-fuse-%{version}.tar.gz
32 DIR_APP = %{DIR_SRC}/sshfs-fuse-%{version}
37 provides = sshfs=%{thisver}
38 requires = openssh-clients
41 package %{name}-debuginfo