wok annotate d-feet/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 7896f0694ef6
children 240fb3120638
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 python setup.py install --root=$DESTDIR
monghitri@14134 20 }
monghitri@14134 21
monghitri@14134 22 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@14134 23 genpkg_rules()
monghitri@14134 24 {
monghitri@14134 25 mkdir -p $fs
monghitri@14134 26 cp -a $install/usr $fs
monghitri@14134 27 }