Mercurial > repos > big-tiandm > sirna_plant
changeset 26:80d514e98f72 draft
Uploaded
author | big-tiandm |
---|---|
date | Thu, 06 Nov 2014 02:18:09 -0500 |
parents | dd21719ca6e3 |
children | f2e18b4b1f3a |
files | tool_dependencies.xml |
diffstat | 1 files changed, 36 insertions(+), 28 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Nov 06 01:42:55 2014 -0500 +++ b/tool_dependencies.xml Thu Nov 06 02:18:09 2014 -0500 @@ -30,13 +30,15 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action> - <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> - <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> - </action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> + <action type="shell_command"> + perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && + make && + make install + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> + </action> </actions> </install> </package> @@ -46,13 +48,15 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action> - - <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> - </action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> + <action type="shell_command"> + perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && + make && + make install + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> + </action> </actions> </install> </package> @@ -61,13 +65,15 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action> - - <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> - </action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> + <action type="shell_command"> + perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && + make && + make install + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> + </action> </actions> </install> </package> @@ -76,13 +82,15 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> - - <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> - <action type="set_environment"> - <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> - </action> + <action type="make_directory">$INSTALL_DIR/lib/perl5</action> + <action type="shell_command"> + perl Makefile.PL INSTALL_BASE=$INSTALL_DIR && + make && + make install + </action> + <action type="set_environment"> + <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable> + </action> </actions> </install> </package>