wok-6.x annotate d-feet/receipt @ rev 14652
Add licenses, just for the seed (for example). Anyone can delete this.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 04 22:20:53 2013 +0000 (2013-06-04) |
parents | |
children | 7896f0694ef6 |
rev | line source |
---|---|
monghitri@14134 | 1 # SliTaz package receipt. |
monghitri@14134 | 2 |
monghitri@14134 | 3 PACKAGE="d-feet" |
monghitri@14134 | 4 VERSION="0.1.15" |
monghitri@14134 | 5 CATEGORY="system-tools" |
monghitri@14134 | 6 SHORT_DESC="D-Feet is an easy to use D-Bus debugger." |
monghitri@14134 | 7 MAINTAINER="monghitri@aruba.it" |
monghitri@14134 | 8 TARBALL="$PACKAGE-$VERSION.tar.xz" |
monghitri@14134 | 9 WEB_SITE="https://live.gnome.org/DFeet/" |
monghitri@14134 | 10 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" |
monghitri@14134 | 11 DEPENDS="dbus dbus-python pygtk python" |
monghitri@14134 | 12 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" |
monghitri@14134 | 13 |
monghitri@14134 | 14 # Rules to configure and make the package. |
monghitri@14134 | 15 compile_rules() |
monghitri@14134 | 16 { |
monghitri@14134 | 17 cd $src |
monghitri@14134 | 18 python setup.py install --root=$DESTDIR |
monghitri@14134 | 19 } |
monghitri@14134 | 20 |
monghitri@14134 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@14134 | 22 genpkg_rules() |
monghitri@14134 | 23 { |
monghitri@14134 | 24 mkdir -p $fs |
monghitri@14134 | 25 cp -a $install/usr $fs |
monghitri@14134 | 26 } |