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