wok-next view androguard/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
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 }