SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "d-feet"

# SliTaz package receipt.

PACKAGE="d-feet"
VERSION="0.1.15"
CATEGORY="system-tools"
SHORT_DESC="D-Feet is an easy to use D-Bus debugger."
MAINTAINER="monghitri@aruba.it"
LICENSE="GPL2"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://live.gnome.org/DFeet/"
WGET_URL="https://download.gnome.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"

DEPENDS="dbus dbus-python pygtk python"
BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev python-setuptools"

current_version()
{
    wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
}

# Rules to configure and make the package.
compile_rules()
{
    python setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs
    cp -a $install/usr $fs
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)