wok annotate d-feet/receipt @ rev 16572

slitaz-base-files: dont symlink /var/run, it --bind on /rn tmpfs
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 19:10:08 2014 +0200 (2014-05-02)
parents cd5ad6e75ddf
children 16df76e1fc6a
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"
pascal@15002 8 LICENSE="GPL2"
monghitri@14134 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
monghitri@14134 10 WEB_SITE="https://live.gnome.org/DFeet/"
monghitri@14134 11 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL"
pascal@15002 12
monghitri@14134 13 DEPENDS="dbus dbus-python pygtk python"
monghitri@14134 14 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools"
monghitri@14134 15
monghitri@14134 16 # Rules to configure and make the package.
monghitri@14134 17 compile_rules()
monghitri@14134 18 {
monghitri@14134 19 cd $src
monghitri@14134 20 python setup.py install --root=$DESTDIR
monghitri@14134 21 }
monghitri@14134 22
monghitri@14134 23 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@14134 24 genpkg_rules()
monghitri@14134 25 {
monghitri@14134 26 mkdir -p $fs
monghitri@14134 27 cp -a $install/usr $fs
monghitri@14134 28 }