PKGNAME=powertop
PKGSEC=utils
PKGDEP="gcc-runtime libnl libtraceevent libtracefs ncurses pciutils"
PKGDES="Tool to diagnose power consumption and power management"

# FIXME: autogen.sh fails due to Gettext changes. Running autoreconf
# manually in prepare.
#
# autopoint: File po/Makefile.in.in has been locally modified.
# autopoint: *** Some files have been locally modified. Not overwriting them because --force has not been specified. For your convenience, you fin d the local modifications in the file '/tmp/arNknh2L/gtCA0FSW/autopoint.diff'.
# autopoint: *** Stop.
RECONF=0
AUTOTOOLS_AFTER=(
    '--enable-nls'
    '--disable-rpath'
)

PKGEPOCH=2

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
