[arch-commits] Commit in opensc/repos (4 files)

Timothy Redaelli tredaelli at archlinux.org
Fri Nov 28 17:08:26 UTC 2014


    Date: Friday, November 28, 2014 @ 18:08:25
  Author: tredaelli
Revision: 123260

archrelease: copy trunk to community-x86_64, community-i686

Added:
  opensc/repos/community-i686/
  opensc/repos/community-i686/PKGBUILD
    (from rev 123259, opensc/trunk/PKGBUILD)
  opensc/repos/community-x86_64/
  opensc/repos/community-x86_64/PKGBUILD
    (from rev 123259, opensc/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 88 insertions(+)

Copied: opensc/repos/community-i686/PKGBUILD (from rev 123259, opensc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-28 17:08:25 UTC (rev 123260)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sébastien Luttringer
+# Contributor: kevku <kevku at msn.com>
+
+pkgname=opensc
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('openssl' 'pcsclite' 'libltdl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
+
+build() {
+  cd $pkgname-$pkgver
+  export LIBS=-lltdl
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-man \
+    --enable-doc \
+    --enable-readline \
+    --enable-openssl \
+    --enable-pcsc \
+    --enable-zlib \
+    --enable-sm \
+    --with-xsl-stylesheetsdir="$_sheetdir"
+  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 123259, opensc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-28 17:08:25 UTC (rev 123260)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Sébastien Luttringer
+# Contributor: kevku <kevku at msn.com>
+
+pkgname=opensc
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Tools and libraries for smart cards'
+arch=('x86_64' 'i686')
+url='https://github.com/OpenSC/OpenSC/wiki'
+license=('LGPL')
+backup=('etc/opensc.conf')
+makedepends=('docbook-xsl')
+depends=('openssl' 'pcsclite' 'libltdl')
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
+
+build() {
+  cd $pkgname-$pkgver
+  export LIBS=-lltdl
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-man \
+    --enable-doc \
+    --enable-readline \
+    --enable-openssl \
+    --enable-pcsc \
+    --enable-zlib \
+    --enable-sm \
+    --with-xsl-stylesheetsdir="$_sheetdir"
+  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