powertop: update to 2.2.
This commit is contained in:
parent
024c54d232
commit
51451591b5
|
@ -1,23 +1,12 @@
|
||||||
# Template file for 'powertop'
|
# Template file for 'powertop'
|
||||||
pkgname=powertop
|
pkgname=powertop
|
||||||
version=2.1
|
version=2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config ncurses-devel pciutils-devel libnl3-devel"
|
makedepends="pkg-config ncurses-devel pciutils-devel libnl3-devel"
|
||||||
short_desc="Linux tool to find out what is using power on a laptop"
|
short_desc="Linux tool to find out what is using power on computer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://01.org/powertop/"
|
homepage="https://01.org/powertop/"
|
||||||
distfiles="https://01.org/powertop/sites/default/files/downloads/$pkgname-$version.tar.gz"
|
distfiles="http://01.org/powertop/sites/default/files/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=3dd4816cca4167063b78d2d7772aff8dc58377d0ed74bf11862412a8a80d2698
|
checksum=1339e1bc3b9675c71dd70fed1132abf215d01469b348d23be7344bc65557b028
|
||||||
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."
|
|
||||||
|
|
Loading…
Reference in New Issue