]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - fuse/fuse.nm
Move all packages to root.
[people/arne_f/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
MT
6name = fuse
7version = 2.8.5
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
901bccc8
SS
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.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
25 libselinux-devel
26 end
27
28 configure_options += \
29 --disable-static \
30 --disable-rpath
31
32 install_cmds
33 rm -vrf %{BUILDROOT}/etc/init.d
34
35 # Remove /dev/fuse which cannot be packaged.
36 rm -rvf %{BUILDROOT}/dev
37 end
38end
39
40packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47end