wok-current rev 20917
updated fdupes (1.40 -> 1.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 28 17:10:02 2019 +0100 (2019-02-28) |
parents | 2fd8086633b5 |
children | 44fa18a72ca0 |
files | fdupes/receipt |
line diff
1.1 --- a/fdupes/receipt Thu Feb 28 16:28:24 2019 +0100 1.2 +++ b/fdupes/receipt Thu Feb 28 17:10:02 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