Package: lziprecover Version: 1.14 Revision: 1 Description: Lzip recovery tool DescDetail: << Lziprecover is a data recovery tool and decompressor for files in the lzip compressed data format (.lz) able to repair slightly damaged files, recover badly damaged files from two or more copies, extract undamaged members from multi-member files, decompress files and test integrity of files. Lziprecover is able to recover or decompress files produced by any of the compressors in the lzip family; lzip, plzip, minilzip/lzlib, clzip and pdlzip. This recovery capability contributes to make the lzip format one of the best options for long-term data archiving. << DescPackaging: << lziprecover used to be included in the 'lzip' package, but is now distributed separately. << License: GPL3+ Homepage: http://www.nongnu.org/lzip/lziprecover.html Maintainer: Daniel Johnson BuildDepends: lzip Replaces: lzip (<< 1.13-1) Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.lz Source-MD5: 6e001351bf632540dd7c463b095cea5c NoSourceDirectory: true NoSetCPPFLAGS: true NoSetLDFLAGS: true ConfigureParams: CFLAGS='-Wall -W -Os' CXXFLAGS='-Wall -W -Os' CompileScript: << #!/bin/sh -ev lzip -dc %n-%v.tar.lz | tar xvf - cd %n-%v %{default_script} << InfoTest: TestScript: cd %n-%v && make check || exit 2 InstallScript: << #!/bin/sh -ev cd %n-%v make install DESTDIR=%d /usr/bin/install -d -m 700 %i/share/doc/%n /bin/cp AUTHORS ChangeLog COPYING NEWS README %i/share/doc/%n << InfoDocs: lziprecover.info