wok-next view d-feet/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents c022997c7a57
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="d-feet"
4 VERSION="0.1.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="Easy to use D-Bus debugger"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Apps/DFeet"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
14 BUILD_DEPENDS="dbus-dev python-dbus-dev python-pygtk-dev python-dev"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="dbus python-dbus python-pygtk python"
23 }