wok-next view pysize/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL"
15 BUILD_DEPENDS="python-dev ncurses-dev python-pygtk-dev"
17 compile_rules() {
18 python -B setup.py build &&
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python ncurses python-pygtk librsvg"
25 }