From e85c90418c83251b79128a7182aa6b77b454f7cf Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 2 Jan 2010 21:56:30 +0100 Subject: libcompress-zlib-perl_2.015.bb updated to latest version --- recipes/perl/libcompress-zlib-perl_2.015.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/libcompress-zlib-perl_2.015.bb (limited to 'recipes/perl') 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" -- cgit v1.2.3