blob: 09ed161d2e7ecf5ee33cbc2273c6ba8583c3e94a [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 Williams2390b1b2022-11-03 13:47:49 -05008LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47"
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
12SRC_URI[md5sum] = "6c1b70740605b8073e4fbb5ba1e7bbdb"
13SRC_URI[sha256sum] = "2f29125f19bb41d29c4b5a2467e3560b7bce5d428176a046b7c8a51609dce6e8"
Andrew Geissler9aee5002022-03-30 16:27:02 +000014
15S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
16
17inherit cpan
18
Patrick Williams2390b1b2022-11-03 13:47:49 -050019RDEPENDS:${PN} += "\
20 perl-module-autoloader \
21 libcompress-raw-lzma-perl \
22 libio-compress-perl \
23"
24
Andrew Geissler9aee5002022-03-30 16:27:02 +000025BBCLASSEXTEND = "native"