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

12 lines
201 B
Plaintext
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/install Python
PKG_SRC_DIR=`ls -d $PKG_BUILD`
2009-03-18 13:02:53 +01:00
. config/options.python
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR