wok rev 14134
add d-feet, a dbus debugger
author | ernia <monghitri@aruba.it> |
---|---|
date | Thu Feb 28 19:28:34 2013 +0000 (2013-02-28) |
parents | 60895beeccbb |
children | 6388521c8cb0 |
files | d-feet/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/d-feet/receipt Thu Feb 28 19:28:34 2013 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="d-feet" 1.7 +VERSION="0.1.15" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="D-Feet is an easy to use D-Bus debugger." 1.10 +MAINTAINER="monghitri@aruba.it" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.12 +WEB_SITE="https://live.gnome.org/DFeet/" 1.13 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.14 +DEPENDS="dbus dbus-python pygtk python" 1.15 +BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + python setup.py install --root=$DESTDIR 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs 1.28 + cp -a $install/usr $fs 1.29 +}