mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:07:15 +08:00
ccid: 1.4.14
This commit is contained in:
parent
b7bd1ce3f1
commit
28ac9bc9f7
@ -6,7 +6,8 @@
|
||||
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||
|
||||
pkgname=ccid
|
||||
pkgver=1.4.9
|
||||
pkgver=1.4.14
|
||||
_code=3971
|
||||
pkgrel=1
|
||||
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
|
||||
arch=('x86_64')
|
||||
@ -14,8 +15,8 @@ url="http://pcsclite.alioth.debian.org/ccid.html"
|
||||
license=('LGPL' 'GPL')
|
||||
depends=('pcsclite')
|
||||
backup=(etc/reader.conf.d/libccidtwin)
|
||||
source=("https://alioth.debian.org/frs/download.php/3866/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('697dca102b676a8d391b0492acaef2e8')
|
||||
source=("https://alioth.debian.org/frs/download.php/file/${_code}/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('4596f82e85e2996f7877e892b5c18382')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
@ -7,7 +7,8 @@
|
||||
pkgname=opensc-opendnie
|
||||
_pkgname=opensc
|
||||
pkgver=0.12.2
|
||||
pkgrel=1
|
||||
_code=1332
|
||||
pkgrel=2
|
||||
pkgdesc="Access smart cards that support cryptographic operations (with open DNIe driver)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://forja.cenatic.es/projects/opendnie/"
|
||||
@ -15,7 +16,7 @@ license=("LGPL")
|
||||
depends=('openssl' 'ccid' 'pinentry')
|
||||
provides=('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')
|
||||
|
||||
build() {
|
||||
@ -28,6 +29,9 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
# workaround broken make install
|
||||
install -d $pkgdir/{etc,usr/lib/pkcs11}
|
||||
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user