blob: c9e7eae279160e144b40afa518ba51ae189ba043 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Some tools to be used with smart cards and PC/SC"
2HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00004LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
7
Patrick Williams03907ee2022-05-01 06:28:52 -05008SRCREV = "c6e9fa746d00e08fc71c57c79e305669ff2e3106"
Andrew Geissler595f6302022-01-24 19:11:47 +00009
10inherit autotools pkgconfig
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "pcsc-lite"
15
16FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"