aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb')
-rw-r--r--meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
new file mode 100644
index 0000000000..c9e7eae279
--- /dev/null
+++ b/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.6.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Some tools to be used with smart cards and PC/SC"
+HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
+LICENSE = "GPL-2.0-only"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
+
+SRCREV = "c6e9fa746d00e08fc71c57c79e305669ff2e3106"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "pcsc-lite"
+
+FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt"