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