comparison tool_dependencies.xml @ 15:fb4199eb67f3 draft

Uploaded
author iuc
date Tue, 27 Jan 2015 11:04:02 -0500
parents 73eb127d14e5
children 2c52c900e56a
comparison
equal deleted inserted replaced
14:73eb127d14e5 15:fb4199eb67f3
59 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> 59 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. -->
60 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action> 60 <action type="shell_command">sed -i "s/if host_platform == 'atheos':/if True:/g" setup.py</action>
61 61
62 <action type="autoconf" /> 62 <action type="autoconf" />
63 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/12.0.5.tar.bz2</action> 63 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/12.0.5.tar.bz2</action>
64 <action type="shell_command">tar -xjf pypa-setuptools-01fbfc9194a2.tar.bz2</action> 64 <action type="shell_command">tar -xjf 12.0.5.tar.bz2</action>
65 <action type="change_directory">pypa-setuptools-01fbfc9194a2</action> 65 <action type="change_directory">pypa-setuptools-01fbfc9194a2</action>
66 66
67 <action type="shell_command"> 67 <action type="shell_command">
68 export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp; 68 export PATH=$PATH:$INSTALL_DIR/bin &amp;&amp;
69 export PYTHONHOME=$INSTALL_DIR &amp;&amp; 69 export PYTHONHOME=$INSTALL_DIR &amp;&amp;
83 </actions> 83 </actions>
84 </install> 84 </install>
85 85
86 <readme> 86 <readme>
87 The Python programming language version 2.7. 87 The Python programming language version 2.7.
88
88 http://www.python.org 89 http://www.python.org
89 </readme> 90 </readme>
90 91
91 </package> 92 </package>
92 </tool_dependency> 93 </tool_dependency>