wok rev 20822
updated dex2jar (0.0.9.15 -> 2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 19 14:54:13 2019 +0100 (2019-02-19) |
parents | 699d96f4d881 |
children | e117b5db3188 |
files | dex2jar/receipt |
line diff
1.1 --- a/dex2jar/receipt Tue Feb 19 14:13:56 2019 +0100 1.2 +++ b/dex2jar/receipt Tue Feb 19 14:54:13 2019 +0100 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()