wok diff fdupes/receipt @ rev 24543

updated fdupes (2.0.0 -> 2.1.2)
author Hans-G?nter Theisgen
date Thu Feb 24 14:48:20 2022 +0100 (2022-02-24)
parents 5ea0ce1cecc0
children bc2b9d9bed6f
line diff
     1.1 --- a/fdupes/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/fdupes/receipt	Thu Feb 24 14:48:20 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fdupes"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.1.2"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Identify or delete duplicate files in specified directories."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,10 +9,10 @@
    1.13  WEB_SITE="https://github.com/adrianlopezroche/fdupes"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/releases/download/$VERSION/$TARBALL"
    1.17 +WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/archive/v$VERSION.tar.gz"
    1.18  
    1.19 -DEPENDS="ncurses pcre2"
    1.20 -BUILD_DEPENDS="ncurses-dev pcre2-dev"
    1.21 +DEPENDS="ncursesw pcre2"
    1.22 +BUILD_DEPENDS="automake ncurses-dev pcre2-dev"
    1.23  
    1.24  current_version()
    1.25  {
    1.26 @@ -23,6 +23,7 @@
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 +	autoreconf -i &&
    1.31  	./configure		\
    1.32  		--prefix=/usr	\
    1.33  		$CONFIGURE_ARGS &&