summaryrefslogtreecommitdiff
path: root/package/python/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-08 13:24:26 +0100
commitf2b154b7d74e21b7e655c6cd121155592c1bee03 (patch)
treed1d8f06abeb89834cebb70d33229aff129b9d485 /package/python/Makefile
parentc93c25a63b3b5a29a258460519ed36341da2e79e (diff)
parent63e65ec30b763d6687d462c52cb46bd5e738928a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python/Makefile')
-rw-r--r--package/python/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python/Makefile b/package/python/Makefile
index b41a7f3ba..4c6cc4428 100644
--- a/package/python/Makefile
+++ b/package/python/Makefile
@@ -4,13 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= python
-PKG_VERSION:= 3.1.1
+PKG_VERSION:= 3.2
PKG_RELEASE:= 1
PKG_MD5SUM:= f1317dbb2398374d6691edd5bff1b91d
PKG_DESCR:= Python scripting language (Version 3)
PKG_SECTION:= lang
PKG_URL:= http://www.python.org/
-PKG_SITES:= http://www.python.org/ftp/python/3.1.1/
+PKG_SITES:= http://www.python.org/ftp/python/${PKG_VERSION}/
PKG_HOST_DEPENDS:= !netbsd !openbsd !cygwin
@@ -48,10 +48,10 @@ pre-configure:
post-install:
${INSTALL_DIR} ${IDIR_PYTHON}/usr/bin ${IDIR_PYTHON}/usr/lib
- ${INSTALL_DIR} ${IDIR_PYTHON}/usr/lib/python3.1
+ ${INSTALL_DIR} ${IDIR_PYTHON}/usr/lib/python3.2
${INSTALL_BIN} ${WRKINST}/usr/bin/python3 ${IDIR_PYTHON}/usr/bin
${CP} ${WRKINST}/usr/lib/libpython*.so* ${IDIR_PYTHON}/usr/lib
cd ${IDIR_PYTHON}/usr/bin && ln -s python3 python
- ${CP} ${WRKINST}/usr/lib/python3.1/* ${IDIR_PYTHON}/usr/lib/python3.1
+ ${CP} ${WRKINST}/usr/lib/python3.2/* ${IDIR_PYTHON}/usr/lib/python3.2
include ${TOPDIR}/mk/pkg-bottom.mk