wok-next diff androguard/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 6c73b944e8dd
children d5aab818505e
line diff
     1.1 --- a/androguard/receipt	Mon Feb 26 04:46:49 2018 +0200
     1.2 +++ b/androguard/receipt	Tue Aug 21 05:42:25 2018 +0300
     1.3 @@ -1,27 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="androguard"
     1.8 -VERSION="1.5"
     1.9 +VERSION="3.2.0"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Reverse engineering tool for Android applications."
    1.12 +SHORT_DESC="Reverse engineering, malware and goodware analysis of Android \
    1.13 +applications and more"
    1.14  MAINTAINER="pascal.bellard@slitaz.org"
    1.15 -LICENSE="GPL3"
    1.16 +LICENSE="Apache2"
    1.17 +WEB_SITE="https://github.com/androguard/androguard/"
    1.18 +
    1.19  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WEB_SITE="http://code.google.com/p/$PACKAGE"
    1.21 -WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.22 +WGET_URL="https://github.com/androguard/androguard/releases/download/v$VERSION/$TARBALL"
    1.23  
    1.24 -DEPENDS="python"
    1.25 -BUILD_DEPENDS="python-dev"
    1.26 +BUILD_DEPENDS="python"
    1.27  
    1.28 -# Rules to configure and make the package.
    1.29 -compile_rules()
    1.30 -{
    1.31 +compile_rules() {
    1.32  	python setup.py build &&
    1.33  	python setup.py install --root=$DESTDIR
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	cp -a $install/usr $fs
    1.40 +genpkg_rules() {
    1.41 +	copy @std
    1.42 +	DEPENDS="python"
    1.43  }