# Description: A tool to diagnose issues with power consumption and power management # URL: https://01.org/powertop/ # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: libnl ncurses pciutils autoconf-archive name=powertop version=2.15 release=1 source=(https://github.com/fenrus75/powertop/archive/v${version}.tar.gz) build() { cd ${name}-${version} ./autogen.sh --disable-nls ./configure --prefix=/usr --sbindir=/usr/bin make make DESTDIR="${PKG}" install }