From: Jamie Lenehan Date: Tue, 26 Sep 2006 22:53:54 +0000 (+0000) Subject: perl: Add libio-zlib perl module which I forget to add in the previous X-Git-Tag: Release-2010-05/1~9453^2~681 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5c0ee893b2b22acbcf0ede976fda4a747784a8;p=openembedded.git perl: Add libio-zlib perl module which I forget to add in the previous commit. --- diff --git a/packages/perl/libio-zlib-perl_1.04.bb b/packages/perl/libio-zlib-perl_1.04.bb new file mode 100644 index 0000000000..b25aeeee83 --- /dev/null +++ b/packages/perl/libio-zlib-perl_1.04.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib" +SECTION = "libs" +MAINTAINER = "Jamie Lenehan " +LICENSE = "Artistic" +DEPENDS = "libcompress-zlib-perl-native" +RDEPENDS += "libcompress-zlib-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-1.04.tar.gz" + +S = "${WORKDIR}/IO-Zlib-${PV}" + +inherit cpan