Files
Arch-R/packages/python/devel/distutilscross/meta
Stephan Raue 57371d2c1a distutilscross: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-15 15:06:17 +01:00

15 lines
533 B
Plaintext

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"