wok annotate pysize/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 16df76e1fc6a
children 2f230197370e
rev   line source
pascal@14377 1 # SliTaz package receipt.
pascal@14377 2
pascal@14377 3 PACKAGE="pysize"
pascal@14377 4 VERSION="0.2"
pascal@14377 5 CATEGORY="utilities"
pascal@14377 6 SHORT_DESC="Console and graphical tool for exploring the size of directories."
pascal@14377 7 MAINTAINER="paul@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@14377 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14377 10 WEB_SITE="http://guichaz.free.fr/pysize/"
pascal@14377 11 WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL"
pascal@14377 12
pascal@15002 13 DEPENDS="python ncurses pygtk librsvg"
pascal@21581 14 BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev python-setuptools"
pascal@15002 15
pascal@14377 16 # Rules to configure and make the package.
pascal@14377 17 compile_rules()
pascal@14377 18 {
pascal@14377 19 python setup.py build
pascal@14377 20 python setup.py install --root=$DESTDIR
pascal@14377 21 }
pascal@14377 22
pascal@14377 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14377 24 genpkg_rules()
pascal@14377 25 {
pascal@14377 26 cp -a $install/usr $fs
pascal@14377 27 }