new package:

- add package dbus-python for testing
This commit is contained in:
Stephan Raue
2010-02-02 15:21:12 +01:00
parent be9c55a42c
commit f6122b0eac
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
#!/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 .