powertop: update to 1.13.

This commit is contained in:
Juan RP 2012-04-04 12:52:17 +02:00
parent 691dca2c88
commit a7a8a2e036
1 changed files with 5 additions and 13 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'powertop' # Template file for 'powertop'
pkgname=powertop pkgname=powertop
version=1.97 version=1.13
revision=1 homepage="http://www.lesswatts.org/projects/powertop/"
distfiles="http://www.kernel.org/pub/linux/status/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://www.lesswatts.org/projects/powertop/download/$pkgname-$version.tar.gz"
build_style=gnu-makefile build_style=gnu-makefile
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 a laptop"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=d3dafe1ce4dabeb4edb724616d7b8533ac40ed71fca43e81b007e9fd7011e516 license="GPL-2"
checksum=2bc866089496877dd26d2d316ad5763ab8ecb5e28aefba44bc5d355dcdc58d98
long_desc=" long_desc="
PowerTOP is a Linux tool that finds the software component(s) that make your 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 laptop use more power than necessary while it is idle. As of Linux kernel
@ -19,14 +20,5 @@ long_desc="
the kernel into one convenient screen so that you can see how well your system the kernel into one convenient screen so that you can see how well your system
is doing, and which components are the biggest problem." is doing, and which components are the biggest problem."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libnl
Add_dependency run pciutils
Add_dependency run zlib
Add_dependency run ncurses-libs
Add_dependency build libnl-devel
Add_dependency build pciutils-devel
Add_dependency build zlib-devel Add_dependency build zlib-devel
Add_dependency build ncurses-devel Add_dependency build ncurses-devel