Files
Arch-R/packages/lang/Python/meta

18 lines
569 B
Plaintext
Raw Normal View History

PKG_NAME="Python"
PKG_VERSION="2.6.6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.python.org/"
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="openssl zlib libffi file"
PKG_BUILD_DEPENDS="toolchain expat-host sqlite expat openssl zlib libffi"
PKG_PRIORITY="optional"
PKG_SECTION="lang"
PKG_SHORTDESC="python: The Python programming language"
PKG_LONGDESC="Python is an interpreted object-oriented programming language, and is often compared with Tcl, Perl, Java or Scheme."
PKG_IS_ADDON="no"