wok diff fdupes/receipt @ rev 22487

updated apcupsd (3.14.9 -> 3.14.14)
author Hans-G?nter Theisgen
date Tue Dec 31 13:16:39 2019 +0100 (2019-12-31)
parents 8dd8bab3f0ca
children 6d36c44e2de3
line diff
     1.1 --- a/fdupes/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/fdupes/receipt	Tue Dec 31 13:16:39 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fdupes"
     1.7 -VERSION="1.40"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="Identify or delete duplicate files in specified directories.."
    1.11 +SHORT_DESC="Identify or delete duplicate files in specified directories."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://github.com/adrianlopezroche/fdupes"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://fdupes.googlecode.com/files/$TARBALL"
    1.18 +WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS=""
    1.21  BUILD_DEPENDS=""
    1.22 @@ -16,7 +17,6 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	cd $src
    1.27  	make
    1.28  }
    1.29