2023-10-23 22:44:47 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2023-10-24 16:00:57 +00:00
|
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
2023-01-19 11:14:52 +00:00
|
|
|
|
|
|
|
PKG_NAME="powertop"
|
2023-12-15 16:33:23 +00:00
|
|
|
PKG_VERSION="4bdfba189864d699621708fea182db292edc9305"
|
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"
|
2023-06-03 10:00:49 +00:00
|
|
|
PKG_DEPENDS_TARGET="toolchain ncurses libnl pciutils systemd libtracefs"
|
2023-01-19 11:14:52 +00:00
|
|
|
PKG_LONGDESC="Power consumption / management diagnostic utility."
|
|
|
|
PKG_BUILD_FLAGS="+pic"
|
|
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
|
|
|
|
pre_configure_target() {
|
|
|
|
export LDFLAGS="${LDFLAGS} -ludev"
|
|
|
|
}
|
|
|
|
|