wok annotate 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
rev   line source
pascal@13358 1 # SliTaz package receipt.
pascal@13358 2
pascal@13358 3 PACKAGE="androguard"
Hans-G?nter@22480 4 VERSION="3.3.5"
pascal@13358 5 CATEGORY="development"
pascal@13358 6 SHORT_DESC="Reverse engineering tool for Android applications."
pascal@13358 7 MAINTAINER="pascal.bellard@slitaz.org"
Hans-G?nter@22480 8 LICENSE="Apache2"
Hans-G?nter@22480 9 WEB_SITE="https://github.com/androguard/androguard/"
Hans-G?nter@22480 10
pascal@13358 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22480 12 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
pascal@13358 13
pascal@13358 14 DEPENDS="python"
pascal@21580 15 BUILD_DEPENDS="python-dev python-setuptools"
pascal@13358 16
pascal@13358 17 # Rules to configure and make the package.
pascal@13358 18 compile_rules()
pascal@13358 19 {
pascal@13358 20 python setup.py build &&
pascal@13358 21 python setup.py install --root=$DESTDIR
pascal@13358 22 }
pascal@13358 23
pascal@13358 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13358 25 genpkg_rules()
pascal@13358 26 {
pascal@13358 27 cp -a $install/usr $fs
pascal@13358 28 }