PKGNAME=hddtemp
PKGSEC=utils
PKGDEP="glibc"
PKGDES="Hard disk temperature monitor via S.M.A.R.T. information"

# FIXME:
#
# configure.ac:29: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
#       If this token and others are legitimate, please use m4_pattern_allow.
#       See the Autoconf documentation.
# configure.ac:30: error: possibly undefined macro: AM_GNU_GETTEXT
RECONF=0

AUTOTOOLS_AFTER=(
    '--with-db-path=/usr/share/hddtemp/hddtemp.db'
)

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