mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
trousers: update to 0.3.15.
This commit is contained in:
parent
83e0a68174
commit
c2ae915f45
1 changed files with 8 additions and 5 deletions
|
@ -1,22 +1,24 @@
|
||||||
# Template file for 'trousers'
|
# Template file for 'trousers'
|
||||||
pkgname=trousers
|
pkgname=trousers
|
||||||
version=0.3.14
|
version=0.3.15
|
||||||
revision=11
|
revision=1
|
||||||
create_wrksrc=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files="/etc/tcsd.conf"
|
conf_files="/etc/tcsd.conf"
|
||||||
|
hostmakedepends="automake pkg-config libtool"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="Trusted Computing Software Stack for the TPM"
|
short_desc="Trusted Computing Software Stack for the TPM"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://trousers.sourceforge.net/"
|
homepage="http://trousers.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47
|
checksum=1e5be93e518372acf1d92d2f567d01a46fdb0b730487e544e6fb896c59cac77f
|
||||||
system_accounts=tss
|
system_accounts=tss
|
||||||
tss_homedir=/var/lib/tpm
|
tss_homedir=/var/lib/tpm
|
||||||
make_dirs="/var/lib/tpm 0700 tss tss"
|
make_dirs="/var/lib/tpm 0700 tss tss"
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
pre_configure() {
|
||||||
|
autoreconf -vfi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -30,5 +32,6 @@ trousers-devel_package() {
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue