]> git.ipfire.org Git - ipfire-3.x.git/blame - fuse/fuse.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / fuse / fuse.nm
CommitLineData
901bccc8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
901bccc8
SS
4###############################################################################
5
802ea3af 6name = fuse
08ef79eb
MT
7version = 3.13.1
8release = 1
901bccc8 9
802ea3af 10groups = System/Filesystems
08ef79eb 11url = https://github.com/libfuse/libfuse
802ea3af 12license = GPL+
08ef79eb
MT
13summary = File System in Userspace (FUSE) utilities
14
a3164301 15
802ea3af 16description
99a91f2a
SS
17 With FUSE it is possible to implement a fully functional
18 filesystem in a userspace program. This package contains the
901bccc8 19 FUSE userspace tools to mount a FUSE filesystem.
802ea3af
MT
20end
21
67d4db43 22source_dl = https://github.com/libfuse/libfuse/releases/download/%{thisapp}/
08ef79eb 23sources = %{thisapp}.tar.xz
802ea3af
MT
24
25build
08ef79eb
MT
26 requires
27 meson
28 ninja
29 systemd-devel
30 end
802ea3af 31
08ef79eb
MT
32 build
33 %{meson} \
34 -Dinitscriptdir= \
35 -Duseroot=false
36 %{meson_build}
37 end
802ea3af 38
08ef79eb
MT
39 install
40 %{meson_install}
802ea3af
MT
41 end
42end
43
44packages
45 package %{name}
1f9bc2f0 46
802ea3af
MT
47 package %{name}-devel
48 template DEVEL
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end