# # GNU ddrescue is a data recovery tool. # # GNU ddrescue copies data from one file or block device (hard disc, cdrom, etc) # to another, trying to rescue the good parts first in case of read errors. # 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=ddrescue pkgversion=1.26 arch=amd64 release=2 pkgcategory="tools" full_pkgname=ddrescue_1.26_amd64-2@tools blurb="GNU ddrescue is a data recovery tool." homepage="https://www.gnu.org/software/ddrescue/" license="GPLv2+" fetch="https://ftp.gnu.org/gnu/ddrescue/ddrescue-1.26.tar.lz" replace=""