Difference between revisions of "DBus-Python"

From CBLFS
Jump to navigationJump to search
(Created page with "{| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Glib Binding: | http://dbus.freedesktop.org/releases/dbus-python/dbus-python-{{D-BUS-python-Version}}.ta...")
 
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
 
|-valign="top"
 
|-valign="top"
!Glib Binding:
+
!Python Binding:
| http://dbus.freedesktop.org/releases/dbus-python/dbus-python-{{D-BUS-python-Version}}.tar.gz
+
| http://dbus.freedesktop.org/releases/dbus-python/dbus-python-{{D-BUS-python-0.83.2}}.tar.gz
 
|-valign="top"
 
|-valign="top"
 
!Alternate Location:
 
!Alternate Location:
| http://ftp.osuosl.org/pub/blfs/svn/d/dbus-python-{{D-BUS-python-Version}}.tar.gz
+
| http://ftp.osuosl.org/pub/blfs/svn/d/dbus-python-{{D-BUS-python-0.83.2}}.tar.gz
 
|-valign="top"
 
|-valign="top"
 
|}
 
|}

Revision as of 06:12, 18 April 2011

Python Binding: http://dbus.freedesktop.org/releases/dbus-python/dbus-python-Template:D-BUS-python-0.83.2.tar.gz
Alternate Location: http://ftp.osuosl.org/pub/blfs/svn/d/dbus-python-Template:D-BUS-python-0.83.2.tar.gz

Dependencies

Required

Optional

Non-Multilib

Compile the Package:

./configure --prefix=/usr \
           --docdir=/usr/share/doc/dbus-python-0.83.2 &&
make

Install the Package:

make install

Multilib

32Bit

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \

./configure --prefix=/usr \

           --docdir=/usr/share/doc/dbus-python-0.83.2 &&
make

Install the Package:

make install

N32

 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 --docdir=/usr/share/doc/dbus-python-0.83.2 &&
make

Install the Package:

make install

64Bit

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/dbus-python-0.83.2 &&
make

Install the Package:

make install

Contents