wok view androguard/receipt @ rev 14077

spacefm up to 0.8.6 - udevil up to 0.4.0
author ernia <monghitri@aruba.it>
date Fri Feb 22 16:30:58 2013 +0000 (2013-02-22)
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 }