wok view androguard/receipt @ rev 13536

Up: lzop (1.03)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Oct 23 21:56:23 2012 +0200 (2012-10-23)
parents
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="androguard"
4 VERSION="1.5"
5 CATEGORY="development"
6 SHORT_DESC="Reverse engineering tool for Android applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://code.google.com/p/$PACKAGE"
10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python-dev setuptools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build &&
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }