trousers: update to 0.3.15.

This commit is contained in:
Piraty 2022-10-02 20:46:39 +02:00
parent 83e0a68174
commit c2ae915f45
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 8 additions and 5 deletions

View File

@ -1,22 +1,24 @@
# Template file for 'trousers'
pkgname=trousers
version=0.3.14
revision=11
create_wrksrc=yes
version=0.3.15
revision=1
build_style=gnu-configure
conf_files="/etc/tcsd.conf"
hostmakedepends="automake pkg-config libtool"
makedepends="openssl-devel"
short_desc="Trusted Computing Software Stack for the TPM"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://trousers.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47
checksum=1e5be93e518372acf1d92d2f567d01a46fdb0b730487e544e6fb896c59cac77f
system_accounts=tss
tss_homedir=/var/lib/tpm
make_dirs="/var/lib/tpm 0700 tss tss"
CFLAGS="-fcommon"
pre_configure() {
autoreconf -vfi
}
post_install() {
vlicense LICENSE
@ -30,5 +32,6 @@ trousers-devel_package() {
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/include
vmove usr/share/man/man3
}
}