]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - fuse-sshfs/fuse-sshfs.nm
libnl3: New package.
[people/ms/ipfire-3.x.git] / fuse-sshfs / fuse-sshfs.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = fuse-sshfs
7 version = 2.2
8 release = 1
9
10 groups = System/Filesystems
11 url = http://fuse.sourceforge.net/sshfs.html
12 license = GPLv2
13 summary = FUSE-Filesystem to access remote filesystems via SSH.
14
15 description
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.
20 end
21
22 source_dl =
23 sources = sshfs-fuse-%{version}.tar.gz
24
25 build
26 requires
27 fuse-devel
28 glib2-devel
29 openssh-clients
30 end
31
32 DIR_APP = %{DIR_SRC}/sshfs-fuse-%{version}
33 end
34
35 packages
36 package %{name}
37 provides = sshfs=%{thisver}
38 requires = openssh-clients
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end