blob: 8486d00165f0fb1d32535bd810597719cbe5773a [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301SUMMARY = "The TPM Quote Tools is a collection of programs that provide support \
2 for TPM based attestation using the TPM quote mechanism. \
3 "
4DESCRIPTION = "The TPM Quote Tools is a collection of programs that provide support \
5 for TPM based attestation using the TPM quote mechanism. The manual \
6 page for tpm_quote_tools provides a usage overview. \
7 \
8 TPM Quote Tools has been tested with TrouSerS on Linux and NTRU on \
9 Windows XP. It was ported to Windows using MinGW and MSYS. \
10 "
11HOMEPAGE = "https://sourceforge.net/projects/tpmquotetools/"
12SECTION = "security/tpm"
13LICENSE = "BSD-3-Clause"
14LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f"
15
16DEPENDS = "libtspi tpm-tools"
17
18SRC_URI = "${SOURCEFORGE_MIRROR}/tpmquotetools/${PV}/${BP}.tar.gz"
19
20SRC_URI[md5sum] = "6e194f5bc534301bbaef53dc6d22c233"
21SRC_URI[sha256sum] = "10dc4eade02635557a9496b388360844cd18e7864e2eb882f5e45ab2fa405ae2"
22
23inherit autotools