blob: 1959df5e04515dcd877ce7d9f046a9d8b1b90f18 [file] [log] [blame]
SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers."
DESCRIPTION = "This module provides a Perl interface to allow reading and \
writing of lzma files/buffers."
HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=b95311d4a7dbf3d0d3663edc094aced6"
SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
SRC_URI[sha256sum] = "6c600f9bbb1a2d834b1decd0bd5863dcea52e0ac17de101b5085e0e3cb27285c"
S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
inherit cpan
RDEPENDS:${PN} += "\
perl-module-autoloader \
libcompress-raw-lzma-perl \
libio-compress-perl \
"
BBCLASSEXTEND = "native"