]> git.ipfire.org Git - ipfire-3.x.git/blob - fuse/fuse.nm
setup: Drop /etc/environment
[ipfire-3.x.git] / fuse / fuse.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = fuse
7 version = 2.9.7
8 release = 2
9
10 groups = System/Filesystems
11 url = http://fuse.sf.net/
12 license = GPL+
13 summary = File System in Userspace (FUSE) utilities.
14
15 description
16 With FUSE it is possible to implement a fully functional
17 filesystem in a userspace program. This package contains the
18 FUSE userspace tools to mount a FUSE filesystem.
19 end
20
21 source_dl = https://github.com/libfuse/libfuse/releases/download/%{thisapp}/
22
23 build
24 configure_options += \
25 --disable-static \
26 --disable-rpath
27
28 install_cmds
29 # Remove old sysvinit directory.
30 rm -vrf %{BUILDROOT}/etc/init.d
31
32 # Remove /dev/fuse which cannot be packaged.
33 rm -rvf %{BUILDROOT}/dev
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end