| SUMMARY = "Data recovery tool" |
| DESCRIPTION = "GNU ddrescue is a data recovery tool. It copies data \ |
| from one file or block device (hard disc, cdrom, etc) to another, \ |
| trying hard to rescue data in case of read errors." |
| HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ |
| file://main_common.cc;beginline=5;endline=16;md5=3ec288b2676528cd2b069364e313016f" |
| SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz" |
| SRC_URI[md5sum] = "49c845ed89d25b534842e40366154cb4" |
| SRC_URI[sha256sum] = "09857b2e8074813ac19da5d262890f722e5f7900e521a4c60354cef95eea10a7" |
| # This isn't already added by base.bbclass |
| do_unpack[depends] += "lzip-native:do_populate_sysroot" |
| '--exec-prefix=${exec_prefix}' \ |
| '--sysconfdir=${sysconfdir}' \ |
| ${S}/configure ${CONFIGUREOPTS} |
| oe_runmake 'DESTDIR=${D}' install |
| # Info dir listing isn't interesting at this point so remove it if it exists. |
| if [ -e "${D}${infodir}/dir" ]; then |