Files
Arch-R/packages/python/multimedia/elisa/build

28 lines
565 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build pigment-python
$SCRIPTS/build TwistedCore
$SCRIPTS/build TwistedWeb
$SCRIPTS/build TwistedWeb2
2009-04-18 22:27:04 +02:00
#$SCRIPTS/build pysqlite
2009-03-18 13:02:53 +01:00
$SCRIPTS/build setuptools
$SCRIPTS/build zope.interface
$SCRIPTS/build cssutils
$SCRIPTS/build dbus-python
$SCRIPTS/build pymetar
$SCRIPTS/build twill
. config/options.python
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
$PYTHON setup.py bdist_egg --exclude-source-files
$PYTHON setup.py install_scripts --install-dir ./.install
2009-03-18 13:02:53 +01:00
sed -i -e "s%$ROOT/$TOOLCHAIN%/usr%" .install/elisa