Imported sources from subversion.

This commit is contained in:
Ricardo Martins
2013-07-13 17:19:22 +01:00
commit 12d63d1569
455 changed files with 69857 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version=\
(
"2.7.2"
)
url=\
(
"http://www.python.org/ftp/python/${version}/Python-${version}.tar.bz2"
)
md5=\
(
"ba7b2f11ffdbf195ee0d111b9455a5bd"
)

View File

@@ -0,0 +1,20 @@
source $PKG_COMMON
configure()
{
../Python-$version/configure \
--prefix="${cfg_dir_toolchain}"
}
build()
{
# Parallel build not supported
$cmd_make_single clean
$cmd_make_single
}
host_install()
{
# Parallel build not supported
$cmd_make_single install
}