blob: 501be07990397f4b3a58e77c1fb5d26d7595a1dd (
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 = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz"
S = "${WORKDIR}/Compress-Zlib-${PV}"
inherit cpan
|