Files
Arch-R/packages/python/web/zope.interface/install
T

11 lines
288 B
Bash
Raw Normal View History

2010-07-28 11:33:14 +02:00
#!/bin/sh
. config/options $1
PKG_SRC_DIR=`ls -d $PKG_BUILD`
2010-10-26 00:35:27 +02:00
PYTHON_IMAGE_DIR="`ls -d $INSTALL/usr/lib/python*`"
export PYTHONPATH="$PYTHON_IMAGE_DIR/site-packages"
2010-07-28 11:33:14 +02:00
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_SRC_DIR/dist/*.egg