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

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }