pcsc-tools_1.5.7.bb 470 B

12345678910111213141516
  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. SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https"
  6. SRCREV = "34ac207adbba0d1a951b314c1676610a1d0bba01"
  7. inherit autotools pkgconfig
  8. S = "${WORKDIR}/git"
  9. DEPENDS = "pcsc-lite"
  10. FILES_${PN} += "${datadir}/pcsc/smartcard_list.txt"