[arch-commits] Commit in opensc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Tue Aug 10 12:38:55 UTC 2021


    Date: Tuesday, August 10, 2021 @ 12:38:54
  Author: freswa
Revision: 997366

archrelease: copy trunk to community-x86_64

Added:
  opensc/repos/community-x86_64/PKGBUILD
    (from rev 997365, opensc/trunk/PKGBUILD)
Deleted:
  opensc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-10 12:38:50 UTC (rev 997365)
+++ PKGBUILD	2021-08-10 12:38:54 UTC (rev 997366)
@@ -1,52 +0,0 @@
-# Maintainer: Alad
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sébastien Luttringer
-# Contributor: kevku <kevku at msn.com>
-
-pkgname=opensc
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Tools and libraries for smart cards'
-arch=('x86_64')
-url='https://github.com/OpenSC/OpenSC/wiki'
-license=('LGPL')
-backup=('etc/opensc.conf')
-makedepends=('docbook-xsl')
-depends=('pcsclite' 'glib2' 'libltdl')
-options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz")
-sha512sums=('3511b0a04a96e62011c48667e3fd36a1611fe67a89f7626ff056c9c3614f8cabc91c9924a6ca7a8ea50076a128e3967277a0dd624b4fa27c62cefee9fab22646')
-
-build() {
-  cd $pkgname-$pkgver
-
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
-
-  ./bootstrap
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --with-completiondir=/usr/share/bash-completion/completions \
-    --enable-man \
-    --enable-doc \
-    --enable-readline \
-    --enable-openssl \
-    --enable-pcsc \
-    --enable-zlib \
-    --enable-sm \
-    --with-xsl-stylesheetsdir="$_sheetdir"
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package(){
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensc/repos/community-x86_64/PKGBUILD (from rev 997365, opensc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-10 12:38:54 UTC (rev 997366)
@@ -0,0 +1,52 @@
+# Maintainer: Alad
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sébastien Luttringer
+# Contributor: kevku <kevku at msn.com>
+
+pkgname=opensc
+pkgver=0.22.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('pcsclite' 'glib2' 'libltdl')
+options=('!emptydirs')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz")
+sha512sums=('70ad5f1219f2ec2a5529a30d8e9955510c77c87d0bc857d5951c7227c75cf9de1c6071f43dd3816a2034123ebd902709793ff776e84d5379fdd54c811ccfaaee')
+
+build() {
+  cd $pkgname-$pkgver
+
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
+
+  ./bootstrap
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --with-completiondir=/usr/share/bash-completion/completions \
+    --enable-man \
+    --enable-doc \
+    --enable-readline \
+    --enable-openssl \
+    --enable-pcsc \
+    --enable-zlib \
+    --enable-sm \
+    --with-xsl-stylesheetsdir="$_sheetdir"
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list