void-packages/srcpkgs/powertop/template
2012-04-04 12:52:17 +02:00

24 lines
1.1 KiB
Text

# Template file for 'powertop'
pkgname=powertop
version=1.13
homepage="http://www.lesswatts.org/projects/powertop/"
distfiles="http://www.lesswatts.org/projects/powertop/download/$pkgname-$version.tar.gz"
build_style=gnu-makefile
short_desc="Linux tool to find out what is using power on a laptop"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=2bc866089496877dd26d2d316ad5763ab8ecb5e28aefba44bc5d355dcdc58d98
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."
Add_dependency build zlib-devel
Add_dependency build ncurses-devel