wok view d-feet/receipt @ rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents 16df76e1fc6a
children 6831608a1b2a
line source
1 # SliTaz package receipt.
3 PACKAGE="d-feet"
4 VERSION="0.1.15"
5 CATEGORY="system-tools"
6 SHORT_DESC="D-Feet is an easy to use D-Bus debugger."
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://live.gnome.org/DFeet/"
11 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL"
13 DEPENDS="dbus dbus-python pygtk python"
14 BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev python-setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/usr $fs
27 }