blob: 1dce1bf325e047a547e949332db2620548b51eed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}"
|