]> git.ipfire.org Git - ipfire-3.x.git/blame - powertop/powertop.nm
kernel: udpate to 5.2
[ipfire-3.x.git] / powertop / powertop.nm
CommitLineData
b3baa5b3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
b3baa5b3
MT
4###############################################################################
5
802ea3af 6name = powertop
aa367a6d 7version = 2.6.1
802ea3af 8release = 1
b3baa5b3 9
802ea3af 10groups = Applications/System
9612b523 11url = https://01.org/powertop/
802ea3af
MT
12license = GPLv2
13summary = Power consumption monitor.
b3baa5b3 14
802ea3af 15description
9612b523
MT
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.
802ea3af 21end
b3baa5b3 22
aa367a6d 23source_dl = https://01.org/sites/default/files/downloads/powertop/
b3baa5b3 24
802ea3af
MT
25build
26 requires
d07674cb 27 gcc-c++
802ea3af 28 gettext
d07674cb 29 libnl-devel
802ea3af 30 ncurses-devel
d07674cb
MT
31 pciutils-devel
32 zlib-devel
802ea3af
MT
33 end
34end
b3baa5b3 35
802ea3af
MT
36packages
37 package %{name}
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end