wok annotate d-feet/receipt @ rev 22099
Add python-incremental
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 01 14:48:33 2019 +0100 (2019-11-01) |
parents | 16df76e1fc6a |
children | 6831608a1b2a |
rev | line source |
---|---|
monghitri@14134 | 1 # SliTaz package receipt. |
monghitri@14134 | 2 |
monghitri@14134 | 3 PACKAGE="d-feet" |
monghitri@14134 | 4 VERSION="0.1.15" |
monghitri@14134 | 5 CATEGORY="system-tools" |
monghitri@14134 | 6 SHORT_DESC="D-Feet is an easy to use D-Bus debugger." |
monghitri@14134 | 7 MAINTAINER="monghitri@aruba.it" |
pascal@15002 | 8 LICENSE="GPL2" |
monghitri@14134 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
monghitri@14134 | 10 WEB_SITE="https://live.gnome.org/DFeet/" |
monghitri@14134 | 11 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" |
pascal@15002 | 12 |
monghitri@14134 | 13 DEPENDS="dbus dbus-python pygtk python" |
pascal@21580 | 14 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev python-setuptools" |
monghitri@14134 | 15 |
monghitri@14134 | 16 # Rules to configure and make the package. |
monghitri@14134 | 17 compile_rules() |
monghitri@14134 | 18 { |
monghitri@14134 | 19 python setup.py install --root=$DESTDIR |
monghitri@14134 | 20 } |
monghitri@14134 | 21 |
monghitri@14134 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@14134 | 23 genpkg_rules() |
monghitri@14134 | 24 { |
monghitri@14134 | 25 mkdir -p $fs |
monghitri@14134 | 26 cp -a $install/usr $fs |
monghitri@14134 | 27 } |