# HG changeset patch # User Hans-G?nter Theisgen # Date 1551370202 -3600 # Node ID e7058f1b18c698a348227b6eee40fdd3477bc05f # Parent 2fd8086633b5617b332bfbba91ad9f28353732f7 updated fdupes (1.40 -> 1.6.1) diff -r 2fd8086633b5 -r e7058f1b18c6 fdupes/receipt --- a/fdupes/receipt Thu Feb 28 16:28:24 2019 +0100 +++ b/fdupes/receipt Thu Feb 28 17:10:02 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="fdupes" -VERSION="1.40" +VERSION="1.6.1" CATEGORY="misc" -SHORT_DESC="Identify or delete duplicate files in specified directories.." +SHORT_DESC="Identify or delete duplicate files in specified directories." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://github.com/adrianlopezroche/fdupes" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://fdupes.googlecode.com/files/$TARBALL" +WGET_URL="https://github.com/adrianlopezroche/$PACKAGE/archive/v$VERSION/$TARBALL" DEPENDS="" BUILD_DEPENDS="" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src make }