]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - powertop/powertop.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / powertop / powertop.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = powertop
7 version = 1.13
8 release = 1
9
10 groups = Applications/System
11 url = http://www.lesswatts.org/
12 license = GPLv2
13 summary = Power consumption monitor.
14
15 description
16 PowerTOP is a tool that finds the software component(s) that make your
17 computer use more power than necessary while it is idle.
18 end
19
20 source_dl =
21
22 build
23 requires
24 gettext
25 ncurses-devel
26 end
27 end
28
29 packages
30 package %{name}
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
35 end