# HG changeset patch # User Hans-G?nter Theisgen # Date 1550584453 -3600 # Node ID dd80d134f7ea5ae9903b6f73a2eaaa7393c62794 # Parent 699d96f4d88188aa30b2f388770dd708415a1c52 updated dex2jar (0.0.9.15 -> 2.0) diff -r 699d96f4d881 -r dd80d134f7ea dex2jar/receipt --- a/dex2jar/receipt Tue Feb 19 14:13:56 2019 +0100 +++ b/dex2jar/receipt Tue Feb 19 14:54:13 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="dex2jar" -VERSION="0.0.9.15" +VERSION="2.0" CATEGORY="development" SHORT_DESC="Tools to work with android .dex and java .class files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="Apache" +WEB_SITE="https://sourceforge.net/projects/dex2jar/" + TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="https://sourceforge.net/projects/dex2jar/" -WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL" +WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/$TARBALL" DEPENDS="java-jre" -BUILD_DEPENDS="wget" +BUILD_DEPENDS="" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()