wok-next diff d-feet/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 | c022997c7a57 |
children |
line diff
1.1 --- a/d-feet/receipt Thu Aug 23 10:22:21 2018 +0300 1.2 +++ b/d-feet/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,27 +1,23 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="d-feet" 1.8 VERSION="0.1.15" 1.9 CATEGORY="system-tools" 1.10 -SHORT_DESC="D-Feet is an easy to use D-Bus debugger." 1.11 -MAINTAINER="monghitri@aruba.it" 1.12 +SHORT_DESC="Easy to use D-Bus debugger" 1.13 +MAINTAINER="devel@slitaz.org" 1.14 LICENSE="GPL2" 1.15 +WEB_SITE="https://wiki.gnome.org/Apps/DFeet" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WEB_SITE="https://live.gnome.org/DFeet/" 1.19 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.20 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.21 1.22 -DEPENDS="dbus python-dbus python-pygtk python" 1.23 BUILD_DEPENDS="dbus-dev python-dbus-dev python-pygtk-dev python-dev" 1.24 1.25 -# Rules to configure and make the package. 1.26 -compile_rules() 1.27 -{ 1.28 - python setup.py install --root=$DESTDIR 1.29 +compile_rules() { 1.30 + python -B setup.py install --root=$install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 - mkdir -p $fs 1.37 - cp -a $install/usr $fs 1.38 +genpkg_rules() { 1.39 + copy @std 1.40 + DEPENDS="dbus python-dbus python-pygtk python" 1.41 }