]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - powertop/powertop.nm
grep: Update to version 2.18.
[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.0
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/powertop/sites/default/files/downloads/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 gcc-c++
29 gettext
30 libnl-devel
31 ncurses-devel
32 pciutils-devel
33 zlib-devel
34 end
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end