wok-next rev 21486

updated androguard (3.2.0 -> 3.3.5)
author Hans-G?nter Theisgen
date Thu Jun 18 15:54:58 2020 +0100 (2020-06-18)
parents d2292109a57a
children c792ad04b500
files androguard/receipt
line diff
     1.1 --- a/androguard/receipt	Thu Jun 18 15:26:38 2020 +0100
     1.2 +++ b/androguard/receipt	Thu Jun 18 15:54:58 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="androguard"
     1.7 -VERSION="3.2.0"
     1.8 +VERSION="3.3.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Reverse engineering, malware and goodware analysis of Android \
    1.11  applications and more"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="Apache2"
    1.14  WEB_SITE="https://github.com/androguard/androguard/"
    1.15 -HOST_ARCH="any"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WGET_URL="https://github.com/androguard/androguard/releases/download/v$VERSION/$TARBALL"
    1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  BUILD_DEPENDS="python"
    1.22  DEPENDS_std="python"
    1.23  
    1.24 -compile_rules() {
    1.25 +HOST_ARCH="any"
    1.26 +
    1.27 +compile_rules()
    1.28 +{
    1.29  	python -B setup.py build &&
    1.30  	python -B setup.py install --root=$install || return 1
    1.31