blob: 327cc7a96913c5206d09289b48cc076caf6dbea6 [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
Patrick Williams7784c422022-11-17 07:29:11 -06008LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5"
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 Williams7784c422022-11-17 07:29:11 -060012SRC_URI[sha256sum] = "e0714dd35624654ba3d8e245ac980bcd07d995989d7acc90a46146f62c4ec761"
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"