tpm2-tss: Added tss user/group
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
96b63a6930
commit
d63c3425ce
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tpm2-tss'
|
||||
pkgname=tpm2-tss
|
||||
version=2.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-weakcrypto --with-crypto=gcrypt"
|
||||
hostmakedepends="autoconf-archive automake libtool pkg-config
|
||||
|
@ -14,10 +14,16 @@ homepage="https://github.com/tpm2-software/tpm2-tss"
|
|||
distfiles="https://github.com/tpm2-software/tpm2-tss/archive/${version}.tar.gz"
|
||||
checksum=da818b8cb82630f561ed088ef3204b243a8f1de680623a09d775deb6014c4c99
|
||||
|
||||
system_accounts="_tss"
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
pre_build() {
|
||||
vsed -e 's|tss|_tss|g' -i dist/tpm-udev.rules
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue