wok-undigest view pysize/receipt @ rev 929

Try to fix patch (works in stable cook as-is) (folder name contains space)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 28 09:00:56 2013 +0000 (2013-02-28)
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 }