mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
distutilscross: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b1b4df561d
commit
57371d2c1a
@ -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
|
||||
|
14
packages/python/devel/distutilscross/meta
Normal file
14
packages/python/devel/distutilscross/meta
Normal 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"
|
@ -1 +0,0 @@
|
||||
http://pypi.python.org/packages/source/d/distutilscross/distutilscross-0.1.tar.gz
|
Loading…
x
Reference in New Issue
Block a user