Date: Wednesday, July 6, 2022 @ 18:58:01
  Author: diabonas
Revision: 1246750

archrelease: copy trunk to community-x86_64

Added:
  ibm-sw-tpm2/repos/community-x86_64/PKGBUILD
    (from rev 1246749, ibm-sw-tpm2/trunk/PKGBUILD)
Deleted:
  ibm-sw-tpm2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-06 18:57:40 UTC (rev 1246749)
+++ PKGBUILD    2022-07-06 18:58:01 UTC (rev 1246750)
@@ -1,31 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-# Contributor: Bruno Pagani <[email protected]>
-pkgname=ibm-sw-tpm2
-pkgver=1661
-pkgrel=1
-pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
-arch=('x86_64')
-url='https://sourceforge.net/projects/ibmswtpm2/'
-license=('BSD')
-depends=('openssl')
-source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz";)
-sha512sums=('942baa26311472d6af6b2c3b3b4132718e5e2b1eaa7decb0f64d910cbb7acaa4814ac95b18b5f2a4ea43990978cd5577b8fd50b158a055ff475710ad2426f6cb')
-
-prepare() {
-       cd src
-       sed -e 's/$(CCFLAGS)/$(CPPFLAGS) & $(CFLAGS)/' \
-           -e 's/$(LNFLAGS)/& $(LDFLAGS)/' \
-           -e 's/-ggdb//' -e 's/-O0//' -e 's/-Werror//' \
-           -i makefile
-}
-
-build() {
-       cd src
-       make
-}
-
-package() {
-       cd src
-       make DESTDIR="$pkgdir" install
-       install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: ibm-sw-tpm2/repos/community-x86_64/PKGBUILD (from rev 1246749, 
ibm-sw-tpm2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-06 18:58:01 UTC (rev 1246750)
@@ -0,0 +1,32 @@
+# Maintainer: Jonas Witschel <[email protected]>
+# Contributor: Bruno Pagani <[email protected]>
+pkgname=ibm-sw-tpm2
+pkgver=1682
+pkgrel=1
+pkgdesc='Implementation of the TCG Trusted Platform Module 2.0 specification'
+arch=('x86_64')
+url='https://sourceforge.net/projects/ibmswtpm2/'
+license=('BSD')
+depends=('openssl')
+options=('debug')
+source=("https://downloads.sourceforge.net/${pkgname//-}/ibmtpm$pkgver.tar.gz";)
+sha512sums=('564c2154e5459cbbf4ec052bea7909d1eaff0aa07b291c7de44b1204ecfda3c4156fa18da4499e4202b8772b54ae30d0c7c89bd12cd415f3882d17c8d340686d')
+
+prepare() {
+       cd src
+       sed -e 's/$(CCFLAGS)/$(CPPFLAGS) & $(CFLAGS)/' \
+           -e 's/$(LNFLAGS)/& $(LDFLAGS)/' \
+           -e 's/-ggdb//' -e 's/-O0//' -e 's/-Werror//' \
+           -i makefile
+}
+
+build() {
+       cd src
+       make
+}
+
+package() {
+       cd src
+       make DESTDIR="$pkgdir" install
+       install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}

Reply via email to