blob: 1959df5e04515dcd877ce7d9f046a9d8b1b90f18 [file] [log] [blame]
Patrick Williams2390b1b2022-11-03 13:47:49 -05001SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers."
2DESCRIPTION = "This module provides a Perl interface to allow reading and \
3writing of lzma files/buffers."
4HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005SECTION = "libs"
6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05008LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
Patrick Williams2390b1b2022-11-03 13:47:49 -050010SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
Andrew Geissler9aee5002022-03-30 16:27:02 +000011
Patrick Williams2a254922023-08-11 09:48:11 -050012SRC_URI[sha256sum] = "6c600f9bbb1a2d834b1decd0bd5863dcea52e0ac17de101b5085e0e3cb27285c"
Andrew Geissler9aee5002022-03-30 16:27:02 +000013
14S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
15
16inherit cpan
17
Patrick Williams2390b1b2022-11-03 13:47:49 -050018RDEPENDS:${PN} += "\
19 perl-module-autoloader \
20 libcompress-raw-lzma-perl \
21 libio-compress-perl \
22"
23
Andrew Geissler9aee5002022-03-30 16:27:02 +000024BBCLASSEXTEND = "native"