PKGNAME=libtpms
PKGSEC=libs
PKGDEP="openssl"
PKGDES="Library to provide software emulation of a Trusted Platform Module (1.2 and 2.0)"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    "--enable-use-openssl-functions"
    "--enable-hardening"
    "--with-tpm1"
    "--with-tpm2"
    "--with-openssl"
)
