]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - powertop/powertop.nm
Merge remote-tracking branch 'ms/powertop'
[people/ms/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.98
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 = http://www.kernel.org/pub/linux/status/powertop/
21
22 build
23 requires
24 gcc-c++
25 gettext
26 libnl-devel
27 ncurses-devel
28 pciutils-devel
29 zlib-devel
30 end
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end