wok annotate pysize/receipt @ rev 14417

new: python-edje-dev
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 19:18:45 2013 +0200 (2013-04-23)
parents
children 7896f0694ef6
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="pysize"
pascal@14377 4 VERSION="0.2"
pascal@14377 5 CATEGORY="utilities"
pascal@14377 6 SHORT_DESC="Console and graphical tool for exploring the size of directories."
pascal@14377 7 MAINTAINER="paul@slitaz.org"
pascal@14377 8 DEPENDS="python ncurses pygtk librsvg"
pascal@14377 9 BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools"
pascal@14377 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14377 11 WEB_SITE="http://guichaz.free.fr/pysize/"
pascal@14377 12 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL"
pascal@14377 13
pascal@14377 14 # Rules to configure and make the package.
pascal@14377 15 compile_rules()
pascal@14377 16 {
pascal@14377 17 cd $src
pascal@14377 18 python setup.py build
pascal@14377 19 python setup.py install --root=$DESTDIR
pascal@14377 20 }
pascal@14377 21
pascal@14377 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14377 23 genpkg_rules()
pascal@14377 24 {
pascal@14377 25 cp -a $install/usr $fs
pascal@14377 26 }
pascal@14377 27