blob: a5825d5a9ff5d9b0a17833c3769921defb0d2f92 [file] [log] [blame]
Andrew Geisslerbbbd5f42020-10-30 15:42:48 -05001SUMMARY = "Some tools to be used with smart cards and PC/SC"
2HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https"
7
8SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01"
9
10inherit autotools pkgconfig
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "pcsc-lite"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"