diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb')
-rw-r--r-- | meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb new file mode 100644 index 0000000000..3e4137a68c --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Perl interface to the PC/SC smart card library" | ||
2 | DESCRIPTION = "Perl wrapper to the PC/SC smartcard library (pcsc-lite) \ | ||
3 | together with some small examples. \ | ||
4 | The provided modules are Chipcard::PCSC and Chipcard::PCSC::Card." | ||
5 | HOMEPAGE = "https://metacpan.org/dist/pcsc-perl" | ||
6 | SECTION = "libs" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
9 | |||
10 | SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2" | ||
11 | SRC_URI[sha256sum] = "5cc834438739bd6e4e837fb7e10bd8befb809cd185ae6cf4b33e5fa9161f59fe" | ||
12 | |||
13 | UPSTREAM_CHECK_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/" | ||
14 | UPSTREAM_CHECK_REGEX = "pcsc-perl-(?P<pver>\d+(\.\d+)+)" | ||
15 | |||
16 | S = "${UNPACKDIR}/pcsc-perl-${PV}" | ||
17 | |||
18 | inherit cpan pkgconfig | ||
19 | |||
20 | DEPENDS += "pcsc-lite" | ||
21 | |||
22 | RDEPENDS:${PN} += "perl-module-carp" | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||