Magellan Linux

Diff of /branches/magellan-next/core/python/python-2.7.0-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6331 by niro, Fri Aug 20 16:37:46 2010 UTC revision 6332 by niro, Fri Aug 20 16:39:16 2010 UTC
# Line 52  UP2DATE="updatecmd ${HOMEPAGE}/download/ Line 52  UP2DATE="updatecmd ${HOMEPAGE}/download/
52  src_prepare()  src_prepare()
53  {  {
54   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
  cd ${SRCDIR}  
55    
56   # adds support for PYTHON_DONTCOMPILE shell environment to   # adds support for PYTHON_DONTCOMPILE shell environment to
57   # supress automatic generation of .pyc and .pyo files   # supress automatic generation of .pyc and .pyo files
# Line 60  src_prepare() Line 59  src_prepare()
59   mpatch ${PNAME}-2.4-disable_modules_and_ssl.patch || die   mpatch ${PNAME}-2.4-disable_modules_and_ssl.patch || die
60   mpatch ${PNAME}-2.5.0-mimetypes-apache.patch || die   mpatch ${PNAME}-2.5.0-mimetypes-apache.patch || die
61    
62   if [[ $(mlibdir) = lib64 ]]   only-m64 mpatch ${PNAME}-2.7.0-lib64-3.patch || die
  then  
  mpatch ${PNAME}-2.7.0-lib64-3.patch || die  
  fi  
63  }  }
64    
65  src_compile()  src_compile()
66  {  {
  cd ${SRCDIR}  
   
67   mconfigure \   mconfigure \
68   --with-fpectl \   --with-fpectl \
69   --enable-shared \   --enable-shared \
# Line 82  src_compile() Line 76  src_compile()
76    
77  src_install()  src_install()
78  {  {
  cd ${SRCDIR}  
   
79   # install some missing directories   # install some missing directories
80   minstalldir /usr || die   minstalldir /usr || die
81    

Legend:
Removed from v.6331  
changed lines
  Added in v.6332