2022-01-14 08:08:52 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# opensc
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
OPENSC_VERSION = 0.22.0
|
|
|
|
OPENSC_SITE = https://github.com/OpenSC/OpenSC/releases/download/$(OPENSC_VERSION)
|
|
|
|
OPENSC_LICENSE = LGPL-2.1+
|
|
|
|
OPENSC_LICENSE_FILES = COPYING
|
2022-07-25 14:43:03 +02:00
|
|
|
OPENSC_CPE_ID_VENDOR = opensc_project
|
2022-01-14 08:08:52 +01:00
|
|
|
OPENSC_DEPENDENCIES = openssl pcsc-lite
|
|
|
|
OPENSC_INSTALL_STAGING = YES
|
2022-07-26 22:26:45 +02:00
|
|
|
OPENSC_CONF_OPTS = --disable-cmocka --disable-strict
|
2022-01-14 08:08:52 +01:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|