aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-26 22:53:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-26 22:53:54 +0000
commitdc5c0ee893b2b22acbcf0ede976fda4a747784a8 (patch)
treee614ab4142ef9f1626173110fc4fb394b3e71d52
parent9bff0fc8c4d53dfbea1976510c840bc2a6e8634f (diff)
downloadopenembedded-dc5c0ee893b2b22acbcf0ede976fda4a747784a8.tar.gz
perl: Add libio-zlib perl module which I forget to add in the previous
commit.
-rw-r--r--packages/perl/libio-zlib-perl_1.04.bb13
1 files changed, 13 insertions, 0 deletions
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 <lenehan@twibble.org>"
+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