blob: 97a94ec97346434835adc9d31a3273e79aab54c7 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Some tools to be used with smart cards and PC/SC"
2HOMEPAGE = "http://ludovic.rousseau.free.fr/softwares/pcsc-tools"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENCE;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6SRC_URI = "git://github.com/LudovicRousseau/pcsc-tools;protocol=https;branch=master"
7
Patrick Williams705982a2024-01-12 09:51:57 -06008SRCREV = "53834cd33155ae1f0332102b1baca6ce63660fc5"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
10inherit autotools pkgconfig
11
12S = "${WORKDIR}/git"
13
Patrick Williams705982a2024-01-12 09:51:57 -060014DEPENDS = "pcsc-lite autoconf-archive-native"
Andrew Geissler517393d2023-01-13 08:55:19 -060015
Patrick Williams8e7b46e2023-05-01 14:19:06 -050016RDEPENDS:${PN} += " \
17 ${@bb.utils.contains('DISTRO_FEATURES','systemd','pcsc-lite-systemd', 'pcsc-lite', d)} \
18 perl \
19 perl-module-getopt-std \
20 perl-module-file-stat \
21 libpcsc-perl \
22"
23
Patrick Williams705982a2024-01-12 09:51:57 -060024FILES:${PN} += "${datadir}/pcsc/smartcard_list.txt \
25 ${datadir}/pcsc/gscriptor.png"