Info2: << Package: compress-raw-lzma-pm%type_pkg[perl] Version: 2.037 Revision: 1 License: Artistic/GPL Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6 Description: Low-Level Interface to lzma compression lib DescDetail: << Compress::Raw::Lzma provides an interface to the in-memory compression/uncompression functions from the lzma compression library. Although the primary purpose for the existence of Compress::Raw::Lzma is for use by the IO::Compress::Lzma, IO::Uncompress::UnLzma, IO::Compress::Xz and IO::Uncompress::UnXz modules, it can be used on its own for simple compression/uncompression tasks. << Maintainer: Daniel Johnson Homepage: http://search.cpan.org/dist/Compress-Raw-Lzma/ Source: mirror:cpan:authors/id/P/PM/PMQS/Compress-Raw-Lzma-%v.tar.gz Source-MD5: 220974d43522b037b0905e2c31f6cdf8 Type: perl (5.8.6 5.8.8 5.10.0) UpdatePOD: true DocFiles: Changes Depends: liblzma5-shlibs (>= 5.0.2-1), perl%type_pkg[perl]-core BuildDepends: fink (>= 0.29.0), liblzma5 (>= 5.0.2-1), extutils-makemaker-pm%type_pkg[perl] (>= 6.56-4) InstallScript: << %{default_script} /bin/mv %i/share/man %i/lib/perl5/%type_raw[perl] << CompileScript: << #!/bin/sh -ev export LIBLZMA_INCLUDE="%p/include" export LIBLZMA_LIB="%p/lib" %{default_script} << InfoTest: TestDepends: test-harness-pm%type_pkg[perl] (>= 3.22-1) <<