summaryrefslogtreecommitdiff
path: root/package/python2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-04 21:46:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-04 21:46:43 +0100
commit6c7ce319e1e1e00958184349a0396ee7c5262c66 (patch)
treef87f899e28db180fa2680ae5a455d25639a3e78e /package/python2
parent2fb71db80e733ab6633974b24ca9869a0cf971dd (diff)
add cherrypy package from joerg seitter.
done some portability patches.
Diffstat (limited to 'package/python2')
-rw-r--r--package/python2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile
index 44dda1d1b..2325a51d1 100644
--- a/package/python2/Makefile
+++ b/package/python2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= python2
PKG_VERSION:= 2.7
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_MD5SUM:= 35f56b092ecf39a6bd59d64f142aae0f
PKG_DESCR:= Python scripting language (Version 2)
PKG_SECTION:= lang
@@ -40,6 +40,7 @@ post-extract:
--prefix=$(STAGING_TOOLS) \
);
$(MAKE) -C ${WRKBUILD} python Parser/pgen
+ $(MAKE) -C ${WRKBUILD} install
${CP} ${WRKBUILD}/Parser/pgen ${STAGING_TOOLS}/bin/pgen
${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/hostpython
${CP} ${WRKBUILD}/Parser/pgen ${WRKBUILD}/Parser/hostpgen