wok-next view pysize/receipt @ rev 20947

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 31 11:58:18 2018 +0300 (2018-08-31)
parents c022997c7a57
children d5aab818505e
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 setup.py build &&
18 python setup.py install --root=$DESTDIR
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python ncurses python-pygtk librsvg"
24 }