wok-next diff jdupes/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents b5f2a6ab88b6
children
line diff
     1.1 --- a/jdupes/receipt	Sat Oct 13 17:31:50 2018 +0300
     1.2 +++ b/jdupes/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="jdupes"
     1.7 -VERSION="1.10.4"
     1.8 +VERSION="1.11.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A powerful duplicate file finder and an enhanced fork of 'fdupes'"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -10,12 +10,9 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://github.com/jbruchon/jdupes/archive/v$VERSION.tar.gz"
    1.16 +TARBALL_SHA1="2e817052c2786cc67ebb4262f8ca9bf709ddd9e4"
    1.17  
    1.18  compile_rules() {
    1.19  	make &&
    1.20  	make install
    1.21  }
    1.22 -
    1.23 -genpkg_rules() {
    1.24 -	copy @std
    1.25 -}