Files
Arch-R/packages/python/system/dbus-python/build
Stephan Raue f6122b0eac new package:
- add package dbus-python for testing
2010-02-02 15:21:12 +01:00

26 lines
420 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build dbus
. config/options.python
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-shared \
--enable-thread
make
$MAKEINSTALL
$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py .