summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb')
-rw-r--r--meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb
deleted file mode 100644
index cf5a9db666..0000000000
--- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1SUMMARY = "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"
5SECTION = "libs"
6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7
8LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf88289587b776f74c2886"
9
10SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz"
11
12SRC_URI[sha256sum] = "51ef81f931cfd2c13fb2340c665204a9587843087dec1a57e9e9f4666d6dad40"
13
14S = "${WORKDIR}/IO-Compress-Lzma-${PV}"
15
16inherit cpan
17
18RDEPENDS:${PN} += "\
19 perl-module-autoloader \
20 libcompress-raw-lzma-perl \
21 libio-compress-perl \
22"
23
24BBCLASSEXTEND = "native"