hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Some tools to be used with smart cards and PC/SC"
HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
 
SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
 
SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01"
 
inherit autotools pkgconfig
 
S = "${WORKDIR}/git"
 
DEPENDS = "pcsc-lite"
 
FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"