aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-15 17:29:20 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-24 00:45:49 +0300
commit343fc771a21e32c7c69d342294c801b7a2e0ff30 (patch)
tree34a5a9d208d10cc5c664114fe9b3f1981f916e37 /recipes
parente3feec4e1ba5e95315a1b819ebb4d8e6d0ad0a8f (diff)
downloadopenembedded-343fc771a21e32c7c69d342294c801b7a2e0ff30.tar.gz
libio-zlib-perl: add newer version (1.10)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/perl/libio-zlib-perl_1.10.bb18
1 files changed, 18 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 0000000000..de891dd78d
--- /dev/null
+++ b/recipes/perl/libio-zlib-perl_1.10.bb
@@ -0,0 +1,18 @@
+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
+
+PACKAGE_ARCH = "all"