wok-6.x annotate androguard/receipt @ rev 20500
updated tar (1.29 -> 1.30)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 29 17:34:53 2018 +0100 (2018-10-29) |
parents | f4c22f009037 |
children | 6e8b1bcb30e2 |
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@13358 | 10 WEB_SITE="http://code.google.com/p/$PACKAGE" |
pascal@13358 | 11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" |
pascal@13358 | 12 |
pascal@13358 | 13 DEPENDS="python" |
pascal@13358 | 14 BUILD_DEPENDS="python-dev 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 } |