wok annotate androguard/receipt @ rev 23810
syslinux/iso2exe: use isoboot
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 10:10:30 2020 +0000 (2020-05-25) |
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 } |