wok-undigest view pysize/receipt @ rev 943

ovzkernel: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 08 12:38:28 2013 +0100 (2013-03-08)
parents 06db1ae711da
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pysize"
4 VERSION="0.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Console and graphical tool for exploring the size of directories."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python ncurses pygtk librsvg"
9 BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://guichaz.free.fr/pysize/"
12 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py build
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }