18 lines
517 B
Makefile
18 lines
517 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2020-present Fewtarius
|
|
|
|
PKG_NAME="powertop"
|
|
PKG_VERSION="b6d1569203f32ec1c2aaa065d05961c552a76a6f"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://github.com/fenrus75/powertop"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain ncurses libnl pciutils systemd libtracefs"
|
|
PKG_LONGDESC="Power consumption / management diagnostic utility."
|
|
PKG_BUILD_FLAGS="+pic"
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
pre_configure_target() {
|
|
export LDFLAGS="${LDFLAGS} -ludev"
|
|
}
|
|
|