Files
Arch-R/packages/python/devel/setuptools/install
Stephan Raue e0d28e02c6 new package: add package 'setuptools'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-25 15:56:45 +02:00

9 lines
178 B
Bash
Executable File

#!/bin/sh
. config/options $1
. config/options.python
PKG_SRC_DIR=`ls -d $PKG_BUILD`
$TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --prefix=$INSTALL/usr $PKG_SRC_DIR