mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
533 B
Plaintext
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"
|