]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - cpufrequtils/cpufrequtils.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / cpufrequtils / cpufrequtils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = cpufrequtils
7 version = 008
8 release = 5
9
10 groups = Applications/System
11 url = http://htop.sourceforge.net/
12 license = GPLv2
13 summary = Command line tools to determine current CPUfreq settings and to modify them
14
15 description
16 Command line tools to determine current CPUfreq settings and to modify them
17 end
18
19 source_dl =
20
21 build
22 requires
23 gettext
24 libtool
25 sysfsutils
26 end
27
28 make_install_targets += mandir=/usr/share/man
29 end
30
31 packages
32 package %{name}
33 groups += Base
34 end
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end