1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="OpenSSL Provider for TPM2 integration"
9 HOMEPAGE="https://github.com/tpm2-software/tpm2-openssl"
10 SRC_URI="https://github.com/tpm2-software/tpm2-openssl/releases/download/${PV}/${P}.tar.gz"
16 RESTRICT="!test? ( test )"
19 >=app-crypt/tpm2-tss-3.2.0:=
20 >=dev-libs/openssl-3:="
23 app-crypt/swtpm[gnutls(+)]
28 dev-build/autoconf-archive
32 "${FILESDIR}/${PN}-1.2.0-tests-run-with-simulator-in-container.patch"
33 "${FILESDIR}/${PN}-1.2.0-Makefile-add-run-with-simulator-to-extra-dists.patch"
34 "${FILESDIR}/${PN}-1.1.1-build-Fix-undefined-references-when-using-slibtool.patch"
43 "${S}/test/run-with-simulator" swtpm skip-build || die
48 find "${ED}" -iname '*.la' -delete || die