netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / perl / libio-zlib-perl_1.10.bb
1 DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS = "libcompress-zlib-perl-native"
5 RDEPENDS += "libcompress-zlib-perl"
6 PR = "r0"
7
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz;name=io-zlib-${PV}"
9 SRC_URI[io-zlib-1.10.md5sum] = "078a9387009b928068f70759e61bd08f"
10 SRC_URI[io-zlib-1.10.sha256sum] = "fda584f55531e5102c350b9490673be3465e356602bf3b3d2a93f3a597f2d4d4"
11
12 S = "${WORKDIR}/IO-Zlib-${PV}"
13
14 BBCLASSEXTEND="native"
15
16 inherit cpan
17
18 PACKAGE_ARCH = "all"