wok diff d-feet/receipt @ rev 14534
libfirefox: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 19:05:49 2013 +0200 (2013-05-22) |
parents | |
children | 7896f0694ef6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/d-feet/receipt Wed May 22 19:05:49 2013 +0200 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 +}