Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | SUMMARY = "The TPM Quote Tools is a collection of programs that provide support \ |
| 2 | for TPM based attestation using the TPM quote mechanism. \ |
| 3 | " |
| 4 | DESCRIPTION = "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 | " |
| 11 | HOMEPAGE = "https://sourceforge.net/projects/tpmquotetools/" |
| 12 | SECTION = "security/tpm" |
| 13 | LICENSE = "BSD-3-Clause" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ec30b01163d242ecf07d9cd84e3611f" |
| 15 | |
| 16 | DEPENDS = "libtspi tpm-tools" |
| 17 | |
| 18 | SRC_URI = "${SOURCEFORGE_MIRROR}/tpmquotetools/${PV}/${BP}.tar.gz" |
| 19 | |
| 20 | SRC_URI[md5sum] = "6e194f5bc534301bbaef53dc6d22c233" |
| 21 | SRC_URI[sha256sum] = "10dc4eade02635557a9496b388360844cd18e7864e2eb882f5e45ab2fa405ae2" |
| 22 | |
| 23 | inherit autotools |