wok-next view androguard/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents 7b8e000b629f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="androguard"
4 VERSION="3.3.5"
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/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
15 BUILD_DEPENDS="python"
16 DEPENDS_std="python"
18 HOST_ARCH="any"
20 compile_rules()
21 {
22 python -B setup.py build &&
23 python -B setup.py install --root=$install || return 1
25 find $install -type f -perm 664 -exec chmod 644 '{}' \;
26 }