aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libio-zlib-perl_1.10.bb
blob: 30c0228a489d9920991cc15e559ca291d3b2b1e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib"
SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libcompress-zlib-perl-native"
RDEPENDS_${PN} += "libcompress-zlib-perl"
PR = "r0"

SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz;name=io-zlib-${PV}"
SRC_URI[io-zlib-1.10.md5sum] = "078a9387009b928068f70759e61bd08f"
SRC_URI[io-zlib-1.10.sha256sum] = "fda584f55531e5102c350b9490673be3465e356602bf3b3d2a93f3a597f2d4d4"

S = "${WORKDIR}/IO-Zlib-${PV}"

BBCLASSEXTEND="native"

inherit cpan

PACKAGE_ARCH = "all"