[arch-commits] Commit in opensc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Tue Mar 3 00:34:55 UTC 2020
Date: Tuesday, March 3, 2020 @ 00:34:53
Author: shibumi
Revision: 589329
archrelease: copy trunk to community-x86_64
Added:
opensc/repos/community-x86_64/PKGBUILD
(from rev 589328, opensc/trunk/PKGBUILD)
Deleted:
opensc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 00:34:45 UTC (rev 589328)
+++ PKGBUILD 2020-03-03 00:34:53 UTC (rev 589329)
@@ -1,46 +0,0 @@
-# Maintainer:
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Sébastien Luttringer
-# Contributor: kevku <kevku at msn.com>
-
-pkgname=opensc
-pkgver=0.19.0
-pkgrel=2
-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")
-sha256sums=('2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826')
-
-build() {
- cd $pkgname-$pkgver
- _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
- ./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 589328, opensc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-03 00:34:53 UTC (rev 589329)
@@ -0,0 +1,46 @@
+# Maintainer: Alad
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sébastien Luttringer
+# Contributor: kevku <kevku at msn.com>
+
+pkgname=opensc
+pkgver=0.20.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")
+sha256sums=('bbf4b4f4a44463645c90a525e820a8059b2f742a53b7b944f941de3c97ba4863')
+
+build() {
+ cd $pkgname-$pkgver
+ _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+ ./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