blob: dfbfdb56338ee8e7d3fb52efdcde0b1604db2c9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Compress::Zlib - Interface to zlib compression library"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
PR = "r1"
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
|