blob: 6a2e1b2e0e48a0758332491b94e41b8abc6907d9 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Some tools to be used with smart cards and PC/SC"
2HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
7
8SRCREV = "63e532cfa97932aac76ca5f7473d1ce11602a139"
9
10inherit autotools pkgconfig
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "pcsc-lite"
15
16FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"