# # Data recovery tool and decompressor for files in the lzip. # # Lziprecover is a data recovery tool and decompressor for files in the # lzip compressed data format (.lz). Lziprecover is able to repair # slightly damaged files, produce a correct file by merging the good # parts of two or more damaged copies, extract data from damaged files, # decompress files and test integrity of files. # # For more information, visit: https://lzip.nongnu.org/lziprecover.html # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=lziprecover pkgversion=1.23 arch=amd64 release=2 pkgcategory="tools" full_pkgname=lziprecover_1.23_amd64-2@tools blurb="Data recovery tool and decompressor for files in the lzip." homepage="https://lzip.nongnu.org/lziprecover.html" license="GPLv2+" fetch="https://download.savannah.gnu.org/releases/lzip/lziprecover/lziprecover-1.23.tar.lz" replace=""