wok-next view androguard/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 6c73b944e8dd
children d5aab818505e
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/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/androguard/androguard/releases/download/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="python"
17 compile_rules() {
18 python setup.py build &&
19 python setup.py install --root=$DESTDIR
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python"
25 }