powertop: update to 1.97.
This commit is contained in:
parent
a2fee73b25
commit
5eb5e83fcd
1 changed files with 12 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'powertop'
|
||||
pkgname=powertop
|
||||
version=1.11
|
||||
distfiles="http://www.lesswatts.org/projects/powertop/download/powertop-$version.tar.gz"
|
||||
version=1.97
|
||||
distfiles="http://www.kernel.org/pub/linux/status/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
short_desc="Linux tool to find out what is using power on a laptop"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=70e7cc53e5fbade5e447bda9f0ca12f2153bf426e074dbac3a2e97adf46180f2
|
||||
checksum=d3dafe1ce4dabeb4edb724616d7b8533ac40ed71fca43e81b007e9fd7011e516
|
||||
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
|
||||
|
@ -18,7 +18,16 @@ long_desc="
|
|||
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 run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run libnl
|
||||
Add_dependency run pciutils
|
||||
Add_dependency run zlib
|
||||
Add_dependency run ncursesw
|
||||
|
||||
Add_dependency build libnl-devel
|
||||
Add_dependency build pciutils-devel
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build gettext
|
||||
Add_dependency build ncursesw-devel
|
||||
|
|
Loading…
Reference in a new issue