SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "python-edbus"

# SliTaz package receipt.

PACKAGE="python-edbus"
VERSION="1.7.0"
CATEGORY="base-system"
SHORT_DESC="Python bindings for edbus"
MAINTAINER="domcox@slitaz.org"
LICENSE="LGPL2.1"
SOURCE="python-e_dbus"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="https://www.enlightenment.org/"
WGET_URL="https://web.archive.org/web/20150909200930if_/https://download.enlightenment.org/releases/BINDINGS/python/$TARBALL"
TAGS="e enlightenment python"

DEPENDS="edbus dbus-python dbus-helper"
BUILD_DEPENDS="edbus-dev python-dev dbus-python-dev python-cython dbus-helper
autoconf automake git subversion libtool file"

# Rules to configure and make the package.
compile_rules()
{
    ./autogen.sh &&
    ./configure --prefix=/usr &&
    make $MAKEFLAGS all && make install
}

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