wok-next view pysize/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 5fac1a2da249
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="http://guichaz.free.fr/pysize/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL"
14 BUILD_DEPENDS="python-dev ncurses-dev python-pygtk-dev"
16 compile_rules() {
17 python -B setup.py build &&
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python ncurses python-pygtk librsvg"
24 }