D-BUS Python

From CBLFS
Revision as of 10:16, 23 December 2006 by Jciccone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Python Binding: http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.83.0.tar.gz

Dependencies

Required

Non-Multilib

Compile the package:

python setup.py build

Install the package:

python setup.py install

Multilib

32Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 python setup.py build

Install the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 python setup.py install

N32

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 python setup.py build

Install the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 python setup.py install

64 Bit

Compile the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 python setup.py build

Install the package:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 python setup.py install