wok-next view androguard/receipt @ rev 21394

updated ori (0.8.1 -> 0.8.2)
author Hans-G?nter Theisgen
date Fri Apr 17 17:42:30 2020 +0100 (2020-04-17)
parents d5aab818505e
children 0eb8cc9cdea8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="androguard"
4 VERSION="3.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Reverse engineering, malware and goodware analysis of Android \
7 applications and more"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="Apache2"
10 WEB_SITE="https://github.com/androguard/androguard/"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://github.com/androguard/androguard/releases/download/v$VERSION/$TARBALL"
16 BUILD_DEPENDS="python"
17 DEPENDS_std="python"
19 compile_rules() {
20 python -B setup.py build &&
21 python -B setup.py install --root=$install || return 1
23 find $install -type f -perm 664 -exec chmod 644 '{}' \;
24 }