From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 20:56:30 +0000 (+0100) Subject: libcompress-zlib-perl_2.015.bb updated to latest version X-Git-Tag: Release-2010-05/1~1066 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e85c90418c83251b79128a7182aa6b77b454f7cf;p=openembedded.git libcompress-zlib-perl_2.015.bb updated to latest version --- diff --git a/recipes/perl/libcompress-zlib-perl_2.015.bb b/recipes/perl/libcompress-zlib-perl_2.015.bb new file mode 100644 index 0000000000..ed1e589fa8 --- /dev/null +++ b/recipes/perl/libcompress-zlib-perl_2.015.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r10" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz" + +S = "${WORKDIR}/Compress-Zlib-${PV}" + +inherit cpan + +FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ + ${PERLLIBDIRS}/Compress" + +BBCLASSEXTEND="native"