wok-next rev 21645

updated fdupes (1.6.1 -> 2.0.0)
author Hans-G?nter Theisgen
date Fri Jun 26 16:45:54 2020 +0100 (2020-06-26)
parents bfb8a570f691
children 77461670a2c6
files fdupes/receipt
line diff
     1.1 --- a/fdupes/receipt	Fri Jun 26 16:33:17 2020 +0100
     1.2 +++ b/fdupes/receipt	Fri Jun 26 16:45:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="fdupes"
     1.7 -VERSION="1.6.1"
     1.8 +VERSION="2.0.0"
     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,14 @@
    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/fdupes/archive/v$VERSION.tar.gz"
    1.17 -TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
    1.18 +WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/releases/download/$VERSION/$TARBALL"
    1.19 +# 1.6.1 TARBALL_SHA1="e6c26e2012927ebecab33f00280cabbb0aef702d"
    1.20  
    1.21 -compile_rules() {
    1.22 +BUILD_DEPENDS="ncurses-dev pcre2-dev"
    1.23 +
    1.24 +compile_rules()
    1.25 +{
    1.26 +	./configure $CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make PREFIX=/usr install
    1.29  }