comparison tool_dependencies.xml @ 1:1d6054c3c159 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_libgd_2_1_0 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 18:41:55 -0500
parents 979b30851e9a
children
comparison
equal deleted inserted replaced
0:979b30851e9a 1:1d6054c3c159
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="libpng" version="1.6.7"> 3 <package name="libpng" version="1.6.7">
4 <repository changeset_revision="3f605a710282" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="libgd" version="2.1.0"> 6 <package name="libgd" version="2.1.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.bz2</action> 9 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.bz2</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="3f605a710282" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="libpng" version="1.6.7" /> 12 <package name="libpng" version="1.6.7" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
16 <action type="shell_command">make &amp;&amp; make install</action> 16 <action type="shell_command">make &amp;&amp; make install</action>
17 <action type="set_environment"> 17 <action type="set_environment">
18 <environment_variable action="set_to" name="GD_ROOT">$INSTALL_DIR</environment_variable> 18 <environment_variable action="set_to" name="GD_ROOT">$INSTALL_DIR</environment_variable>
19 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 19 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
20 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
20 </action> 21 </action>
21 </actions> 22 </actions>
22 </install> 23 </install>
23 <readme /> 24 <readme />
24 </package> 25 </package>