[oe-commits] Roman I Khimov : libio-zlib-perl: add newer version (1.10)

git version control git at git.openembedded.org
Fri Mar 19 21:01:57 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 175f16ad2ebb1d57a2d70fee0795b97af41b4869
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=175f16ad2ebb1d57a2d70fee0795b97af41b4869

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Mar 15 17:29:20 2010 +0300

libio-zlib-perl: add newer version (1.10)

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libio-zlib-perl_1.10.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libio-zlib-perl_1.10.bb b/recipes/perl/libio-zlib-perl_1.10.bb
new file mode 100644
index 0000000..eeb4513
--- /dev/null
+++ b/recipes/perl/libio-zlib-perl_1.10.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+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-${PV}.tar.gz;name=io-zlib-${PV}"
+SRC_URI[io-zlib-1.10.md5sum] = "078a9387009b928068f70759e61bd08f"
+SRC_URI[io-zlib-1.10.sha256sum] = "fda584f55531e5102c350b9490673be3465e356602bf3b3d2a93f3a597f2d4d4"
+
+S = "${WORKDIR}/IO-Zlib-${PV}"
+
+BBCLASSEXTEND="native"
+
+inherit cpan





More information about the Openembedded-commits mailing list