mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-22 08:29:12 +00:00
22 lines
837 B
Makefile
22 lines
837 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="pcsc-lite"
|
|
PKG_VERSION="2.2.3"
|
|
PKG_SHA256="cab1e62755713f62ce1b567954dbb0e9a7e668ffbc3bbad3ce85c53f8f4e00a4"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://pcsclite.apdu.fr"
|
|
PKG_URL="https://pcsclite.apdu.fr/files/pcsc-lite-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain libusb polkit"
|
|
PKG_LONGDESC="Middleware to access a smart card using SCard API (PC/SC)."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Ddefault_library=static \
|
|
-Dlibudev=false \
|
|
-Dlibusb=true \
|
|
-Dpolkit=true \
|
|
-Dusbdropdir=/storage/.kodi/addons/service.pcscd/drivers"
|
|
|
|
pre_configure_target() {
|
|
export PKG_CONFIG_PATH="$(get_install_dir polkit)/usr/lib/pkgconfig:${PKG_CONFIG_PATH}"
|
|
}
|