SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dbus-python"

# SliTaz package receipt.

PACKAGE="dbus-python"
VERSION="0.84.0"
CATEGORY="system-tools"
SHORT_DESC="D-Bus python binding."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings"
WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL"

DEPENDS="dbus glib python dbus-glib"
BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/python* $fs/usr/lib
    rm $fs/usr/lib/python*/*/*.la
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)