wok diff androguard/receipt @ rev 23838
Up clamav (0.102.1), fontconfig (2.13.1), fuse (2.9.9)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 03 15:36:09 2020 +0000 (2020-06-03) |
parents | 240fb3120638 |
children | b569b85b0fb9 |
line diff
1.1 --- a/androguard/receipt Sun May 19 19:07:20 2019 +0200 1.2 +++ b/androguard/receipt Wed Jun 03 15:36:09 2020 +0000 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="androguard" 1.7 -VERSION="1.5" 1.8 +VERSION="3.3.5" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Reverse engineering tool for Android applications." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -LICENSE="GPL3" 1.13 +LICENSE="Apache2" 1.14 +WEB_SITE="https://github.com/androguard/androguard/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://github.com/androguard/androguard/" 1.18 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.19 +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" 1.20 1.21 DEPENDS="python" 1.22 BUILD_DEPENDS="python-dev python-setuptools"