From 5a2e78f5a0f21f577c5c053c9ea2cb5f260633f4 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 7 Jan 2016 22:40:13 -0500 Subject: [PATCH] New package: trousers-0.3.13 --- common/shlibs | 1 + srcpkgs/tpm-tools/template | 16 ++++++++++++++++ srcpkgs/trousers-devel | 1 + srcpkgs/trousers/INSTALL | 8 ++++++++ srcpkgs/trousers/template | 30 ++++++++++++++++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 srcpkgs/tpm-tools/template create mode 120000 srcpkgs/trousers-devel create mode 100644 srcpkgs/trousers/INSTALL create mode 100644 srcpkgs/trousers/template diff --git a/common/shlibs b/common/shlibs index 41fb8d53835..d6c61ef7c6b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/tpm-tools/template b/srcpkgs/tpm-tools/template new file mode 100644 index 00000000000..a6be2357388 --- /dev/null +++ b/srcpkgs/tpm-tools/template @@ -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 " +license="CPL" +homepage="http://trousers.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/trousers/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=66eb4ff095542403db6b4bd4b574e8a5c08084fe4e9e5aa9a829ee84e20bea83 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/trousers-devel b/srcpkgs/trousers-devel new file mode 120000 index 00000000000..abac4f7e44d --- /dev/null +++ b/srcpkgs/trousers-devel @@ -0,0 +1 @@ +trousers \ No newline at end of file diff --git a/srcpkgs/trousers/INSTALL b/srcpkgs/trousers/INSTALL new file mode 100644 index 00000000000..6c9ad0943da --- /dev/null +++ b/srcpkgs/trousers/INSTALL @@ -0,0 +1,8 @@ +# INSTALL +case "$ACTION" in +post) + if [ "$UPDATE" != "yes" ]; then + chown tss:tss /etc/tcsd.conf + fi + ;; +esac diff --git a/srcpkgs/trousers/template b/srcpkgs/trousers/template new file mode 100644 index 00000000000..7c6014ae32f --- /dev/null +++ b/srcpkgs/trousers/template @@ -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 " +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 + } +}