forked from ports/contrib
powertop: update to 2.6
This commit is contained in:
parent
a32562b620
commit
42f38f30eb
@ -1 +1 @@
|
||||
806bbcbd44fcea1f807c9582fc1f7d3e powertop-2.5.tar.gz
|
||||
502453dcc32c3db8188a83e9df1a5b51 powertop-2.6.tar.gz
|
||||
|
@ -4,12 +4,13 @@
|
||||
# Depends on: ncurses libnl
|
||||
|
||||
name=powertop
|
||||
version=2.5
|
||||
version=2.6
|
||||
release=1
|
||||
source=(https://01.org/powertop/sites/default/files/downloads/$name-$version.tar.gz)
|
||||
source=(https://01.org/sites/default/files/downloads/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr --disable-nls \
|
||||
--mandir=/usr/man
|
||||
make
|
||||
|
@ -24,6 +24,9 @@ And be sure to disable these:
|
||||
CONFIG_IRQBALANCE
|
||||
CONFIG_ACPI_DEBUG
|
||||
|
||||
Not all of these are available on very recent kernels, so powertop
|
||||
might fail to display some stats.
|
||||
|
||||
PRE-INSTALL
|
||||
|
||||
POST-INSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user