]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - powertop/powertop.nm
powertop: Update to 2.6.1
[people/ms/ipfire-3.x.git] / powertop / powertop.nm
index e6c250cc533208809966abb90170eade8b781ec8..3dab3af7bfc98e1af11ec7a83f223e4881435e44 100644 (file)
@@ -4,25 +4,32 @@
 ###############################################################################
 
 name       = powertop
-version    = 1.13
+version    = 2.6.1
 release    = 1
 
 groups     = Applications/System
-url        = http://www.lesswatts.org/
+url        = https://01.org/powertop/
 license    = GPLv2
 summary    = Power consumption monitor.
 
 description
-       PowerTOP is a tool that finds the software component(s) that make your
-       computer use more power than necessary while it is idle.
+       PowerTOP is a Linux tool to diagnose issues with power consumption and
+       power management. In addition to being a diagnostic tool, PowerTOP also
+       has an interactive mode where the user can experiment various power
+       management settings for cases where the Linux distribution has not
+       enabled these settings.
 end
 
-source_dl  =
+source_dl  = https://01.org/sites/default/files/downloads/powertop/
 
 build
        requires
+               gcc-c++
                gettext
+               libnl-devel
                ncurses-devel
+               pciutils-devel
+               zlib-devel
        end
 end