2010-05-17 23:31:45 +00:00
|
|
|
# Template file for 'powertop'
|
|
|
|
pkgname=powertop
|
2012-05-17 22:39:35 +00:00
|
|
|
version=2.0
|
|
|
|
homepage="https://01.org/powertop/"
|
|
|
|
distfiles="https://01.org/powertop/sites/default/files/downloads/$pkgname-$version.tar.bz2"
|
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config ncurses-devel pciutils-devel libnl3-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2010-05-17 23:31:45 +00:00
|
|
|
short_desc="Linux tool to find out what is using power on a laptop"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-04-04 10:52:17 +00:00
|
|
|
license="GPL-2"
|
2012-05-17 22:39:35 +00:00
|
|
|
checksum=7af51d320856b3446bcc314c9414385f3b05b9360f650883b0210cd3b12c5c1c
|
2010-05-17 23:31:45 +00:00
|
|
|
long_desc="
|
|
|
|
PowerTOP is a Linux tool that finds the software component(s) that make your
|
|
|
|
laptop use more power than necessary while it is idle. As of Linux kernel
|
|
|
|
version 2.6.21, the kernel no longer has a fixed 1000Hz timer tick. This will
|
|
|
|
(in theory) give a huge power savings because the CPU stays in low power mode
|
|
|
|
for longer periods of time during system idle.
|
|
|
|
|
|
|
|
However... there are many things that can ruin the party, both inside the
|
|
|
|
kernel and in userspace. PowerTOP combines various sources of information from
|
|
|
|
the kernel into one convenient screen so that you can see how well your system
|
|
|
|
is doing, and which components are the biggest problem."
|
|
|
|
|