]> git.ipfire.org Git - ipfire-3.x.git/blob - fuse/fuse.nm
mc: Proper harden consaver binary
[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 = 3.13.1
8 release = 1
9
10 groups = System/Filesystems
11 url = https://github.com/libfuse/libfuse
12 license = GPL+
13 summary = File System in Userspace (FUSE) utilities
14
15
16 description
17 With FUSE it is possible to implement a fully functional
18 filesystem in a userspace program. This package contains the
19 FUSE userspace tools to mount a FUSE filesystem.
20 end
21
22 source_dl = https://github.com/libfuse/libfuse/releases/download/%{thisapp}/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 meson
28 ninja
29 systemd-devel
30 end
31
32 build
33 %{meson} \
34 -Dinitscriptdir= \
35 -Duseroot=false
36 %{meson_build}
37 end
38
39 install
40 %{meson_install}
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end