wok diff dex2jar/receipt @ rev 22479

get-palemoon: add tar flag J -> for .xz
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 29 13:37:05 2019 +0000 (2019-12-29)
parents 6e8b1bcb30e2
children 370da83187ab
line diff
     1.1 --- a/dex2jar/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/dex2jar/receipt	Sun Dec 29 13:37:05 2019 +0000
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dex2jar"
     1.7 -VERSION="0.0.9.15"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Tools to work with android .dex and java .class files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="Apache"
    1.13 +WEB_SITE="https://sourceforge.net/projects/dex2jar/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.zip"
    1.16 -WEB_SITE="https://sourceforge.net/projects/dex2jar/"
    1.17 -WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL"
    1.18 +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$TARBALL"
    1.19  
    1.20  DEPENDS="java-jre"
    1.21 -BUILD_DEPENDS="wget"
    1.22 +BUILD_DEPENDS=""
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()