mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
pcsclite: update to 1.8.10
This commit is contained in:
parent
3661ba463a
commit
db0d95ed8b
@ -1,26 +1,24 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
|
||||
|
||||
pkgname=pcsclite
|
||||
_pkgname=pcsc-lite
|
||||
pkgver=1.8.6
|
||||
pkgver=1.8.10
|
||||
pkgrel=1
|
||||
pkgdesc="PC/SC Architecture smartcard middleware library"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="https://alioth.debian.org/projects/pcsclite/"
|
||||
license=('BSD')
|
||||
depends=('udev')
|
||||
options=('!libtool' '!docs')
|
||||
source=("https://alioth.debian.org/frs/download.php/3757/${_pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a')
|
||||
_srcver=3963
|
||||
source=("https://alioth.debian.org/frs/download.php/file/${_srcver}/${_pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('607c4bd730526d282a63edb2ba4ee043f497877be642c5c647e37995e21f2612')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
|
||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||
sed -i -e "s:python:python2:g" src/spy/pcsc-spy
|
||||
|
||||
./configure --enable-ipcdir=/run/pcscd \
|
||||
|
Loading…
Reference in New Issue
Block a user