wok annotate androguard/receipt @ rev 22106
updated vim-tiny (7.3 -> 8.1.2237)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 01 16:19:45 2019 +0100 (2019-11-01) |
parents | 6e8b1bcb30e2 |
children | 6762ce6bb52b |
rev | line source |
---|---|
pascal@13358 | 1 # SliTaz package receipt. |
pascal@13358 | 2 |
pascal@13358 | 3 PACKAGE="androguard" |
pascal@13358 | 4 VERSION="1.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" |
pascal@15201 | 8 LICENSE="GPL3" |
pascal@13358 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@20671 | 10 WEB_SITE="https://github.com/androguard/androguard/" |
pascal@13358 | 11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" |
pascal@13358 | 12 |
pascal@13358 | 13 DEPENDS="python" |
pascal@21580 | 14 BUILD_DEPENDS="python-dev python-setuptools" |
pascal@13358 | 15 |
pascal@13358 | 16 # Rules to configure and make the package. |
pascal@13358 | 17 compile_rules() |
pascal@13358 | 18 { |
pascal@13358 | 19 python setup.py build && |
pascal@13358 | 20 python setup.py install --root=$DESTDIR |
pascal@13358 | 21 } |
pascal@13358 | 22 |
pascal@13358 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13358 | 24 genpkg_rules() |
pascal@13358 | 25 { |
pascal@13358 | 26 cp -a $install/usr $fs |
pascal@13358 | 27 } |