2023-01-19 11:14:52 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Copyright (C) 2020-present Fewtarius
|
|
|
|
|
|
|
|
PKG_NAME="powertop"
|
|
|
|
PKG_VERSION="d51ad39"
|
2023-01-19 11:44:31 +00:00
|
|
|
PKG_ARCH="x86_64"
|
2023-01-19 11:14:52 +00:00
|
|
|
PKG_LICENSE="GPL"
|
|
|
|
PKG_SITE="https://github.com/fenrus75/powertop"
|
|
|
|
PKG_URL="${PKG_SITE}.git"
|
|
|
|
PKG_DEPENDS_TARGET="toolchain ncurses libnl pciutils systemd"
|
|
|
|
PKG_LONGDESC="Power consumption / management diagnostic utility."
|
|
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
|
|
|
|
pre_configure_target() {
|
|
|
|
export LDFLAGS="${LDFLAGS} -ludev"
|
|
|
|
}
|
|
|
|
|