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