pcsc-lite: update to 1.8.22

This commit is contained in:
Adam Green 2017-11-17 13:07:57 +00:00
parent fa8f13d74e
commit 2733a636a2

View File

@ -17,12 +17,12 @@
################################################################################ ################################################################################
PKG_NAME="pcsc-lite" PKG_NAME="pcsc-lite"
PKG_VERSION="1.8.16" PKG_VERSION="1.8.22"
PKG_SHA256="e7d08aa38897e86fdf632d56ac70663a3a9add3c0bf4031dc32e783f19c0688a" PKG_SHA256="6a358f61ed3b66a7f6e1f4e794a94c7be4c81b7a58ec360c33791e8d7d9bd405"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://pcsclite.alioth.debian.org/pcsclite.html" PKG_SITE="http://pcsclite.alioth.debian.org/pcsclite.html"
PKG_URL="https://alioth.debian.org/frs/download.php/file/4164/${PKG_NAME}-${PKG_VERSION}.tar.bz2" PKG_URL="https://alioth.debian.org/frs/download.php/latestfile/39/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_TARGET="toolchain libusb" PKG_DEPENDS_TARGET="toolchain libusb"
PKG_SECTION="service/system" PKG_SECTION="service/system"
PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)" PKG_SHORTDESC="Middleware to access a smart card using SCard API (PC/SC)"
@ -32,4 +32,4 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \ --enable-static \
--disable-libudev \ --disable-libudev \
--enable-libusb \ --enable-libusb \
--enable-usbdropdir=/storage/.kodi/addons/service.system.pcscd-addon/drivers" --enable-usbdropdir=/storage/.kodi/addons/service.pcscd/drivers"