PKGNAME=cracklib
PKGSEC=libs
PKGDEP="gzip python-3"
BUILDDEP="setuptools-python3"
PKGDES="Library used to enforce strong passwords"

AUTOTOOLS_AFTER=(
    '--with-python'
    '--with-default-dict=/usr/share/cracklib/pw_dict'
)
NOPYTHON2=1

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