Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | DESCRIPTION = "This module provides a Perl interface that allows writing lzma compressed \ |
| 2 | data to files or buffer." |
| 3 | |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| 6 | |
| 7 | MAINTAINER= "Poky <poky@yoctoproject.org>" |
| 8 | HOMEPAGE= "https://metacpan.org/release/IO-Compress-Lzma" |
| 9 | |
| 10 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ |
| 11 | file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d" |
| 12 | |
| 13 | SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-Lzma-2.096.tar.gz" |
| 14 | |
| 15 | SRC_URI[md5sum] = "6c1b70740605b8073e4fbb5ba1e7bbdb" |
| 16 | SRC_URI[sha256sum] = "2f29125f19bb41d29c4b5a2467e3560b7bce5d428176a046b7c8a51609dce6e8" |
| 17 | RDEPENDS:${PN} += "compress-raw-lzma-perl" |
| 18 | RDEPENDS:${PN} += "libio-compress-perl" |
| 19 | |
| 20 | S = "${WORKDIR}/IO-Compress-Lzma-${PV}" |
| 21 | |
| 22 | inherit cpan |
| 23 | |
| 24 | BBCLASSEXTEND = "native" |