netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / perl / libcompress-zlib-perl_2.015.bb
1 DESCRIPTION = "Compress::Zlib - Interface to zlib compression library"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 PR = "r11"
5
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz"
7
8 S = "${WORKDIR}/Compress-Zlib-${PV}"
9
10 inherit cpan
11
12 FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \
13                ${PERLLIBDIRS}/Compress \
14                ${datadir}/perl5"
15
16 BBCLASSEXTEND="native"