2009-03-18 13:02:53 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
. config/options
|
|
|
|
|
|
|
|
|
|
$SCRIPTS/build toolchain
|
|
|
|
|
$SCRIPTS/build Python
|
|
|
|
|
|
|
|
|
|
. config/options.python
|
|
|
|
|
|
2009-05-16 23:35:27 +02:00
|
|
|
cd $PKG_BUILD
|
2009-03-18 13:02:53 +01:00
|
|
|
|
2009-05-09 03:56:17 +02:00
|
|
|
$PYTHON setup.py bdist_egg --exclude-source-files
|