wok rev 24473

updated ddrescue (1.25 -> 1.26)
author Hans-G?nter Theisgen
date Thu Feb 17 15:55:17 2022 +0100 (2022-02-17)
parents 5dbf835a322f
children 0b2572ccafa5
files ddrescue/description.txt ddrescue/receipt
line diff
     1.1 --- a/ddrescue/description.txt	Thu Feb 17 15:46:03 2022 +0100
     1.2 +++ b/ddrescue/description.txt	Thu Feb 17 15:55:17 2022 +0100
     1.3 @@ -1,3 +1,14 @@
     1.4  GNU ddrescue is a data recovery tool.
     1.5 -It copies data from one file or block device (hard disk, cdrom, ...) to another,
     1.6 -trying to rescue the good parts first in case of read errors.
     1.7 +It copies data from one file or block device (hard disc, cdrom, etc)
     1.8 +to another, trying to rescue the good parts first in case of read
     1.9 +errors.
    1.10 +
    1.11 +Ddrescuelog is a tool that manipulates ddrescue mapfiles, shows
    1.12 +mapfile contents, converts mapfiles to and from other formats,
    1.13 +compares mapfiles, tests rescue status, and can delete a mapfile if
    1.14 +the rescue is done. Ddrescuelog operations can be restricted to one
    1.15 +or several parts of the mapfile if the domain setting options are used.
    1.16 +
    1.17 +The basic operation of ddrescue is fully automatic.
    1.18 +That is, you don't have to wait for an error, stop the program,
    1.19 +restart it from a new position, etc.
     2.1 --- a/ddrescue/receipt	Thu Feb 17 15:46:03 2022 +0100
     2.2 +++ b/ddrescue/receipt	Thu Feb 17 15:55:17 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ddrescue"
     2.7 -VERSION="1.25"
     2.8 +VERSION="1.26"
     2.9  CATEGORY="system-tools"
    2.10  TAGS="recovery toolkit tools"
    2.11  SHORT_DESC="Data recovery tool."
    2.12 @@ -10,7 +10,7 @@
    2.13  WEB_SITE="https://www.gnu.org/software/ddrescue/"
    2.14  
    2.15  TARBALL="$PACKAGE-$VERSION.tar.lz"
    2.16 -WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL"
    2.17 +WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
    2.18  
    2.19  DEPENDS="gcc-lib-base"
    2.20  BUILD_DEPENDS="lzip"
    2.21 @@ -31,12 +31,11 @@
    2.22  		--mandir=/usr/share/man		\
    2.23  		$CONFIGURE_ARGS &&
    2.24  	make &&
    2.25 -	make DESTDIR=$DESTDIR install
    2.26 +	make install DESTDIR=$DESTDIR
    2.27  }
    2.28  
    2.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.30  genpkg_rules()
    2.31  {
    2.32 -	mkdir -p $fs/usr
    2.33 -	cp -a $install/usr/bin	$fs/usr
    2.34 +	cook_copy_folders	bin
    2.35  }