32 lines
850 B
Bash
32 lines
850 B
Bash
# Template file for 'trousers'
|
|
pkgname=trousers
|
|
version=0.3.14
|
|
revision=5
|
|
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"
|
|
distfiles=https://sources.voidlinux.eu/trousers-0.3.14/trousers-0.3.14.tar.gz
|
|
checksum=ce50713a261d14b735ec9ccd97609f0ad5ce69540af560e8c3ce9eb5f2d28f47
|
|
create_wrksrc=yes
|
|
|
|
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
|
|
}
|
|
}
|