20 lines
677 B
Bash
20 lines
677 B
Bash
# Template file for 'tpm-tools'
|
|
pkgname=tpm-tools
|
|
version=1.3.9.1
|
|
revision=2
|
|
create_wrksrc=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl" # wants pod2man
|
|
makedepends="libressl-devel trousers-devel"
|
|
short_desc="Manage and diagnose tools for a Trusted Platform Module (TPM)"
|
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|
license="CPL"
|
|
homepage="http://trousers.sourceforge.net"
|
|
distfiles="${SOURCEFORGE_SITE}/trousers/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=9cb714e2650826e2e932f65bc0ba9d61b927dc5fea47f2c2a2b64f0fdfcbfa68
|
|
CFLAGS='-Wno-error=misleading-indentation -Wno-error=bool-compare
|
|
-Wno-error=logical-not-parentheses'
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|