blob: c26678a9b9d2fa441f199f8be6f820a77445e25d (
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"
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
|