# HG changeset patch # User ernia # Date 1362079714 0 # Node ID cd5ad6e75ddfeed06bfbd3f20e62b9c718e3ea23 # Parent 60895beeccbb241b9938c43f83f9a7ff843361ef add d-feet, a dbus debugger diff -r 60895beeccbb -r cd5ad6e75ddf d-feet/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/d-feet/receipt Thu Feb 28 19:28:34 2013 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="d-feet" +VERSION="0.1.15" +CATEGORY="system-tools" +SHORT_DESC="D-Feet is an easy to use D-Bus debugger." +MAINTAINER="monghitri@aruba.it" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="https://live.gnome.org/DFeet/" +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" +DEPENDS="dbus dbus-python pygtk python" +BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $install/usr $fs +}