mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
28 lines
565 B
Bash
Executable File
28 lines
565 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options
|
|
|
|
$SCRIPTS/build toolchain
|
|
$SCRIPTS/build Python
|
|
$SCRIPTS/build pigment-python
|
|
$SCRIPTS/build TwistedCore
|
|
$SCRIPTS/build TwistedWeb
|
|
$SCRIPTS/build TwistedWeb2
|
|
#$SCRIPTS/build pysqlite
|
|
$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
|
|
|
|
$PYTHON setup.py bdist_egg --exclude-source-files
|
|
$PYTHON setup.py install_scripts --install-dir ./.install
|
|
|
|
sed -i -e "s%$ROOT/$TOOLCHAIN%/usr%" .install/elisa
|