# HG changeset patch # User Hans-G?nter Theisgen # Date 1645109717 -3600 # Node ID 8f910544a91e511575481cd6833ea22c2e91109c # Parent 5dbf835a322fe80edf864ae1a6b04809249ced8a updated ddrescue (1.25 -> 1.26) diff -r 5dbf835a322f -r 8f910544a91e ddrescue/description.txt --- a/ddrescue/description.txt Thu Feb 17 15:46:03 2022 +0100 +++ b/ddrescue/description.txt Thu Feb 17 15:55:17 2022 +0100 @@ -1,3 +1,14 @@ GNU ddrescue is a data recovery tool. -It copies data from one file or block device (hard disk, cdrom, ...) to another, -trying to rescue the good parts first in case of read errors. +It 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. + +Ddrescuelog is a tool that manipulates ddrescue mapfiles, shows +mapfile contents, converts mapfiles to and from other formats, +compares mapfiles, tests rescue status, and can delete a mapfile if +the rescue is done. Ddrescuelog operations can be restricted to one +or several parts of the mapfile if the domain setting options are used. + +The basic operation of ddrescue is fully automatic. +That is, you don't have to wait for an error, stop the program, +restart it from a new position, etc. diff -r 5dbf835a322f -r 8f910544a91e ddrescue/receipt --- a/ddrescue/receipt Thu Feb 17 15:46:03 2022 +0100 +++ b/ddrescue/receipt Thu Feb 17 15:55:17 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ddrescue" -VERSION="1.25" +VERSION="1.26" CATEGORY="system-tools" TAGS="recovery toolkit tools" SHORT_DESC="Data recovery tool." @@ -10,7 +10,7 @@ WEB_SITE="https://www.gnu.org/software/ddrescue/" TARBALL="$PACKAGE-$VERSION.tar.lz" -WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL" +WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" DEPENDS="gcc-lib-base" BUILD_DEPENDS="lzip" @@ -31,12 +31,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }