]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - fuse/fuse.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/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
99a91f2a 7version = 2.8.6
802ea3af 8release = 1
901bccc8 9
802ea3af
MT
10groups = System/Filesystems
11url = http://fuse.sf.net/
12license = GPL+
13summary = File System in Userspace (FUSE) utilities.
a3164301 14
802ea3af 15description
99a91f2a
SS
16 With FUSE it is possible to implement a fully functional
17 filesystem in a userspace program. This package contains the
901bccc8 18 FUSE userspace tools to mount a FUSE filesystem.
802ea3af
MT
19end
20
99a91f2a 21source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
802ea3af
MT
22
23build
24 requires
25 libselinux-devel
26 end
27
99a91f2a
SS
28 CFLAGS += -D_GNU_SOURCE
29
802ea3af
MT
30 configure_options += \
31 --disable-static \
32 --disable-rpath
33
34 install_cmds
99a91f2a 35 # Remove old sysvinit directory.
802ea3af
MT
36 rm -vrf %{BUILDROOT}/etc/init.d
37
38 # Remove /dev/fuse which cannot be packaged.
39 rm -rvf %{BUILDROOT}/dev
40 end
41end
42
43packages
44 package %{name}
45 end
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