Date: Monday, March 9, 2020 @ 16:02:35
Author: diabonas
Revision: 593115
archrelease: copy trunk to community-x86_64
Added:
tpm2-pkcs11/repos/community-x86_64/PKGBUILD
(from rev 593114, tpm2-pkcs11/trunk/PKGBUILD)
Deleted:
tpm2-pkcs11/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 71 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 16:02:30 UTC (rev 593114)
+++ PKGBUILD 2020-03-09 16:02:35 UTC (rev 593115)
@@ -1,35 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-pkgname=tpm2-pkcs11
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
-arch=('x86_64')
-url='https://github.com/tpm2-software/tpm2-pkcs11'
-license=('BSD' 'custom:IPR')
-depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml'
'sqlite' 'tpm2-tools')
-checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'libp11' 'opensc' 'tpm2-abrmd'
'xxd')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('24242f44680d5d3b152d21fcda20e874669cee3a03524daccb41c5f72499858e3bd932bf470b356727089b80c3fc8ed9b4b3a34d8657d4ec8eaac7a063e2394f'
- 'SKIP')
-validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts
(Bill Roberts) <[email protected]>
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit
--enable-integration)
- make
- cd tools
- python setup.py build
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
- cd tools
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
Copied: tpm2-pkcs11/repos/community-x86_64/PKGBUILD (from rev 593114,
tpm2-pkcs11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-09 16:02:35 UTC (rev 593115)
@@ -0,0 +1,36 @@
+# Maintainer: Jonas Witschel <[email protected]>
+pkgname=tpm2-pkcs11
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='PKCS#11 interface for Trusted Platform Module 2.0 hardware'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-pkcs11'
+license=('BSD')
+depends=('openssl' 'python-cryptography' 'python-pyasn1-modules' 'python-yaml'
'sqlite' 'tpm2-tools')
+checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'java-hamcrest' 'junit'
'libp11' 'opensc' 'tpm2-abrmd' 'wget' 'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('0ae590b2616f270f2c912201533c350f689b9459db29d8c05e3b41ec9415b595b323f451015fe134193f38307141146fbfa6a0064f28c918063810e3cd028f32'
+ 'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1') # William Roberts
(Bill Roberts) <[email protected]>
+
+build() {
+ cd "$pkgname-$pkgver"
+ export
CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest-core.jar:$CLASSPATH"
+ ./configure --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit
--enable-integration)
+ make
+ cd tools
+ python setup.py build
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+ cd tools
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}