]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - powertop/powertop.nm
Merge branch 'gcc-4.9'
[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 = 2.6.1
8 release = 1
9
10 groups = Applications/System
11 url = https://01.org/powertop/
12 license = GPLv2
13 summary = Power consumption monitor.
14
15 description
16 PowerTOP is a Linux tool to diagnose issues with power consumption and
17 power management. In addition to being a diagnostic tool, PowerTOP also
18 has an interactive mode where the user can experiment various power
19 management settings for cases where the Linux distribution has not
20 enabled these settings.
21 end
22
23 source_dl = https://01.org/sites/default/files/downloads/powertop/
24
25 build
26 requires
27 gcc-c++
28 gettext
29 libnl-devel
30 ncurses-devel
31 pciutils-devel
32 zlib-devel
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end