distutilscross: add metafile support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-15 15:06:17 +01:00
parent b1b4df561d
commit 57371d2c1a
3 changed files with 14 additions and 5 deletions

View File

@ -2,10 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build Python
$SCRIPTS/build distribute
cd $PKG_BUILD
python setup.py install --prefix=$ROOT/$TOOLCHAIN

View File

@ -0,0 +1,14 @@
PKG_NAME="distutilscross"
PKG_VERSION="0.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://bitbucket.org/lambacck/distutilscross/"
PKG_URL="http://pypi.python.org/packages/source/d/distutilscross/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain Python distribute"
PKG_PRIORITY="optional"
PKG_SECTION="python/devel"
PKG_SHORTDESC="distutilscross: Cross Compile Python Extensions"
PKG_LONGDESC="distutilscross enhances distutils to support Cross Compile of Python extensions"
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
http://pypi.python.org/packages/source/d/distutilscross/distutilscross-0.1.tar.gz