perl: Add libio-zlib perl module which I forget to add in the previous
authorJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 22:53:54 +0000 (22:53 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Tue, 26 Sep 2006 22:53:54 +0000 (22:53 +0000)
commit.

packages/perl/libio-zlib-perl_1.04.bb [new file with mode: 0644]

diff --git a/packages/perl/libio-zlib-perl_1.04.bb b/packages/perl/libio-zlib-perl_1.04.bb
new file mode 100644 (file)
index 0000000..b25aeee
--- /dev/null
@@ -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