New package: trousers-0.3.13

This commit is contained in:
Toyam Cox 2016-01-07 22:40:13 -05:00
parent e1509f8c3f
commit 5a2e78f5a0
5 changed files with 56 additions and 0 deletions

View File

@ -2309,6 +2309,7 @@ libcryptmount.so.0 libpam-mount-2.15_1
libglob.so.0 libglob-1.0_1
libepub.so.0 ebook-tools-0.2.2_1
libosmgpsmap-1.0.so.1 libosmgpsmap-1.1.0_1
libtspi.so.1 trousers-0.3.13_1
libflickcurl.so.0 flickcurl-1.26_1
libpsiconv.so.6 psiconv-0.9.9_1
libshout.so.3 libshout-2.4.1_1

View File

@ -0,0 +1,16 @@
# Template file for 'tpm-tools'
pkgname=tpm-tools
version=1.3.8
revision=1
build_style=gnu-configure
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=66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83
post_install() {
vlicense LICENSE
}

1
srcpkgs/trousers-devel Symbolic link
View File

@ -0,0 +1 @@
trousers

8
srcpkgs/trousers/INSTALL Normal file
View File

@ -0,0 +1,8 @@
# INSTALL
case "$ACTION" in
post)
if [ "$UPDATE" != "yes" ]; then
chown tss:tss /etc/tcsd.conf
fi
;;
esac

30
srcpkgs/trousers/template Normal file
View File

@ -0,0 +1,30 @@
# Template file for 'trousers'
pkgname=trousers
version=0.3.13
revision=1
build_style=gnu-configure
conf_files="/etc/tcsd.conf"
makedepends="libressl-devel"
system_accounts=tss
tss_homedir=/var/lib/tpm
short_desc="Trusted Computing Software Stack for the TPM"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="BSD"
homepage="http://trousers.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=bb908e4a3c88a17b247a4fc8e0fff3419d8a13170fe7bdfbe0e2c5c082a276d3
post_install() {
vlicense LICENSE
vsv tcsd
}
trousers-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove usr/include
}
}