wok view androguard/receipt @ rev 22874

updated gpgme and gpgme-dev (1.11.1 -> 1.13.1)
author Hans-G?nter Theisgen
date Fri Feb 21 17:41:08 2020 +0100 (2020-02-21)
parents 240fb3120638
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="androguard"
4 VERSION="3.3.5"
5 CATEGORY="development"
6 SHORT_DESC="Reverse engineering tool for Android applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache2"
9 WEB_SITE="https://github.com/androguard/androguard/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev python-setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py build &&
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }