powertop: update to 2.14.
This commit is contained in:
parent
66c86ba98d
commit
f8ad3695b3
1 changed files with 11 additions and 5 deletions
|
@ -1,13 +1,19 @@
|
|||
# Template file for 'powertop'
|
||||
pkgname=powertop
|
||||
version=2.13
|
||||
version=2.14
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="automake gettext-devel libtool pkg-config"
|
||||
makedepends="ncurses-devel pciutils-devel libnl3-devel"
|
||||
short_desc="Tool to diagnose issues with power consumption and power management"
|
||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://01.org/powertop/"
|
||||
distfiles="https://01.org/sites/default/files/downloads/powertop-${version}.tar.gz"
|
||||
checksum=a65f992ca4a419bc73b623651060eb9fc00c5a86fa03556358cd9db011ef3178
|
||||
homepage="https://github.com/fenrus75/powertop"
|
||||
distfiles="https://github.com/fenrus75/powertop/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=0e4cd0933a4f1fe04bfbf9d56efaabc841d9b04d391426f1a3469d6635a25f37
|
||||
|
||||
LDFLAGS="-lpthread"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue