Files
Arch-R/packages/python/devel/setuptools/build

16 lines
335 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build Python
. config/options.python
cd $PKG_BUILD
2009-03-18 13:02:53 +01:00
$PYTHON setup.py install --prefix=$ROOT/$TOOLCHAIN
#$PYTHON setup.py install --prefix=/usr --root=./.install
$PYTHON setup.py install --prefix=$SYSROOT_PREFIX/usr
#$PYTHON -Wi -t $PYTHON_LIBDIR/compileall.py build/lib