wok-next annotate d-feet/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents c022997c7a57
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
monghitri@14134 2
monghitri@14134 3 PACKAGE="d-feet"
monghitri@14134 4 VERSION="0.1.15"
monghitri@14134 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Easy to use D-Bus debugger"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://wiki.gnome.org/Apps/DFeet"
al@21020 10
monghitri@14134 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@21020 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
pascal@15002 13
al@20932 14 BUILD_DEPENDS="dbus-dev python-dbus-dev python-pygtk-dev python-dev"
monghitri@14134 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py install --root=$install
monghitri@14134 18 }
monghitri@14134 19
al@21020 20 genpkg_rules() {
al@21020 21 copy @std
al@21020 22 DEPENDS="dbus python-dbus python-pygtk python"
monghitri@14134 23 }