wok diff fdupes/receipt @ rev 21460
syslinux/iso2exe/init: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 30 12:41:40 2019 +0200 (2019-04-30) |
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 Apr 30 12:41:40 2019 +0200 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