Files
Arch-R/packages/python/net/Coherence/build
Stephan Raue de71016fb4 initial import
2009-03-18 13:02:53 +01:00

15 lines
222 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $BUILD/$1*
$PYTHON setup.py install --prefix /usr --root .install
find .install -name "*.py" -exec rm -rf "{}" ";"