PKGNAME=volume-key
PKGSEC=libs
PKGDEP="cryptsetup gpgme nss python-3"
PKGDEP__RETRO="cryptsetup gpgme nss"
BUILDDEP="swig"
BUILDDEP__RETRO=""
PKGDES="Library to manipulate storage volume encryption keys"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--with-python=no'
    '--with-python3'
)
AUTOTOOLS_AFTER=(
    "${AUTOTOOLS_AFTER[@]}"
    '--with-python3=no'
)

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