Andrew Geissler | bbbd5f4 | 2020-10-30 15:42:48 -0500 | [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 = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | |
| 6 | SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https" |
| 7 | |
| 8 | SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01" |
| 9 | |
| 10 | inherit autotools pkgconfig |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | DEPENDS = "pcsc-lite" |
| 15 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 16 | FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt" |