wok view d-feet/receipt @ rev 14259

Add extundelete
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 29 09:07:22 2013 +0100 (2013-03-29)
parents
children 7896f0694ef6
line source
1 # SliTaz package receipt.
3 PACKAGE="d-feet"
4 VERSION="0.1.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="D-Feet is an easy to use D-Bus debugger."
7 MAINTAINER="monghitri@aruba.it"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 WEB_SITE="https://live.gnome.org/DFeet/"
10 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL"
11 DEPENDS="dbus dbus-python pygtk python"
12 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$DESTDIR
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $install/usr $fs
26 }