blob: 19654f15b12c9ceaa54848fb9c7c81a31451023f [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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;branch=master"
7
8SRCREV = "53923ef8e98062c478f99e3bfcc8eb4654996c27"
9
10inherit autotools pkgconfig
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "pcsc-lite"
15
16FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"