aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libcompress-zlib-perl_1.42.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-26 22:51:18 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-26 22:51:18 +0000
commit9bff0fc8c4d53dfbea1976510c840bc2a6e8634f (patch)
tree32f849047173da7fd9ffa07478ac01fa52e73121 /packages/perl/libcompress-zlib-perl_1.42.bb
parent95fea465c9286297ec719febbb1231909854cf51 (diff)
downloadopenembedded-9bff0fc8c4d53dfbea1976510c840bc2a6e8634f.tar.gz
perl: Add some additional perl modules. This are the optional dependencies
of libmodule-build, the new Build.PL based perl install system.
Diffstat (limited to 'packages/perl/libcompress-zlib-perl_1.42.bb')
-rw-r--r--packages/perl/libcompress-zlib-perl_1.42.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/perl/libcompress-zlib-perl_1.42.bb b/packages/perl/libcompress-zlib-perl_1.42.bb
new file mode 100644
index 0000000000..1dce1bf325
--- /dev/null
+++ b/packages/perl/libcompress-zlib-perl_1.42.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Compress::Zlib - Interface to zlib compression library"
+SECTION = "libs"
+MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
+LICENSE = "Artistic"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-1.42.tar.gz"
+
+S = "${WORKDIR}/Compress-Zlib-${PV}"
+
+inherit cpan
+
+# Stop from searching /include - should put this in cpan class?
+export CCFLAGS = "${CFLAGS}"