wok rev 22480

updated androguard (1.5 -> 3.3.5)
author Hans-G?nter Theisgen
date Mon Dec 30 14:10:09 2019 +0100 (2019-12-30)
parents 0bc3eb46a15a
children f1741e834caf
files androguard/receipt
line diff
     1.1 --- a/androguard/receipt	Sun Dec 29 13:37:05 2019 +0000
     1.2 +++ b/androguard/receipt	Mon Dec 30 14:10:09 2019 +0100
     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"