]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - fuse/fuse.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/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.8.6
8 release = 1
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 = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
22
23 build
24 requires
25 libselinux-devel
26 end
27
28 CFLAGS += -D_GNU_SOURCE
29
30 configure_options += \
31 --disable-static \
32 --disable-rpath
33
34 install_cmds
35 # Remove old sysvinit directory.
36 rm -vrf %{BUILDROOT}/etc/init.d
37
38 # Remove /dev/fuse which cannot be packaged.
39 rm -rvf %{BUILDROOT}/dev
40 end
41 end
42
43 packages
44 package %{name}
45 end
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end