ccid: 1.4.14

This commit is contained in:
Adrian Chaves Fernandez 2013-12-05 21:17:10 +00:00
parent b7bd1ce3f1
commit 28ac9bc9f7
2 changed files with 10 additions and 5 deletions

View File

@ -6,7 +6,8 @@
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com> # Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid pkgname=ccid
pkgver=1.4.9 pkgver=1.4.14
_code=3971
pkgrel=1 pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver" pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('x86_64') arch=('x86_64')
@ -14,8 +15,8 @@ url="http://pcsclite.alioth.debian.org/ccid.html"
license=('LGPL' 'GPL') license=('LGPL' 'GPL')
depends=('pcsclite') depends=('pcsclite')
backup=(etc/reader.conf.d/libccidtwin) backup=(etc/reader.conf.d/libccidtwin)
source=("https://alioth.debian.org/frs/download.php/3866/$pkgname-$pkgver.tar.bz2") source=("https://alioth.debian.org/frs/download.php/file/${_code}/$pkgname-$pkgver.tar.bz2")
md5sums=('697dca102b676a8d391b0492acaef2e8') md5sums=('4596f82e85e2996f7877e892b5c18382')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $srcdir/$pkgname-$pkgver

View File

@ -7,7 +7,8 @@
pkgname=opensc-opendnie pkgname=opensc-opendnie
_pkgname=opensc _pkgname=opensc
pkgver=0.12.2 pkgver=0.12.2
pkgrel=1 _code=1332
pkgrel=2
pkgdesc="Access smart cards that support cryptographic operations (with open DNIe driver)" pkgdesc="Access smart cards that support cryptographic operations (with open DNIe driver)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://forja.cenatic.es/projects/opendnie/" url="http://forja.cenatic.es/projects/opendnie/"
@ -15,7 +16,7 @@ license=("LGPL")
depends=('openssl' 'ccid' 'pinentry') depends=('openssl' 'ccid' 'pinentry')
provides=('opensc') provides=('opensc')
conflicts=('opensc') conflicts=('opensc')
source=(http://forja.cenatic.es/frs/download.php/1332/$pkgname-$pkgver.tar.gz) source=(https://forja.cenatic.es/frs/download.php/file/${_code}/$pkgname-$pkgver.tar.gz)
md5sums=('5e9db0ecaeec8748fcfa8e149b9ff236') md5sums=('5e9db0ecaeec8748fcfa8e149b9ff236')
build() { build() {
@ -28,6 +29,9 @@ build() {
} }
package() { package() {
# workaround broken make install
install -d $pkgdir/{etc,usr/lib/pkcs11}
cd $srcdir/$_pkgname-$pkgver cd $srcdir/$_pkgname-$pkgver
make DESTDIR=$pkgdir install make DESTDIR=$pkgdir install
} }