]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - sysfsutils/sysfsutils.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / sysfsutils / sysfsutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = sysfsutils
7 version = 2.1.0
8 release = 1
9
10 groups = System/Libraries
11 url = http://sourceforge.net/projects/linux-diag/
12 license = GPLv2
13 summary = Utilities for interfacing with sysfs.
14
15 description
16 This package's purpose is to provide a set of utilities for interfacing
17 with sysfs.
18 end
19
20 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
21
22 build
23 configure_options += \
24 --mandir=/usr/share/man
25 end
26
27 packages
28 package %{name}
29 end
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end