comparison tool_dependencies.xml @ 26:80d514e98f72 draft

Uploaded
author big-tiandm
date Thu, 06 Nov 2014 02:18:09 -0500
parents dd21719ca6e3
children f2e18b4b1f3a
comparison
equal deleted inserted replaced
25:dd21719ca6e3 26:80d514e98f72
28 28
29 <package name="threads" version="1.96"> 29 <package name="threads" version="1.96">
30 <install version="1.0"> 30 <install version="1.0">
31 <actions> 31 <actions>
32 <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action> 32 <action type="download_by_url">http://www.cpan.org/authors/id/J/JD/JDHEDDEN/threads-1.96.tar.gz</action>
33 <action type="shell_command">mkdir $REPOSITORY_INSTALL_DIR/perlmodel </action> 33 <action type="make_directory">$INSTALL_DIR/lib/perl5</action>
34 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> 34 <action type="shell_command">
35 <action type="shell_command">make</action> 35 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
36 <action type="shell_command">make install</action> 36 make &amp;&amp;
37 <action type="set_environment"> 37 make install
38 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> 38 </action>
39 </action> 39 <action type="set_environment">
40 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>
41 </action>
40 </actions> 42 </actions>
41 </install> 43 </install>
42 </package> 44 </package>
43 45
44 46
45 <package name="Parallel-ForkManager" version="1.06"> 47 <package name="Parallel-ForkManager" version="1.06">
46 <install version="1.0"> 48 <install version="1.0">
47 <actions> 49 <actions>
48 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action> 50 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/Parallel-ForkManager-1.06.tar.gz</action>
49 51 <action type="make_directory">$INSTALL_DIR/lib/perl5</action>
50 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> 52 <action type="shell_command">
51 <action type="shell_command">make</action> 53 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
52 <action type="shell_command">make install</action> 54 make &amp;&amp;
53 <action type="set_environment"> 55 make install
54 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> 56 </action>
55 </action> 57 <action type="set_environment">
58 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>
59 </action>
56 </actions> 60 </actions>
57 </install> 61 </install>
58 </package> 62 </package>
59 63
60 <package name="SVG" version="2.59"> 64 <package name="SVG" version="2.59">
61 <install version="1.0"> 65 <install version="1.0">
62 <actions> 66 <actions>
63 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action> 67 <action type="download_by_url">http://www.cpan.org/authors/id/S/SZ/SZABGAB/SVG-2.59.tar.gz</action>
64 68 <action type="make_directory">$INSTALL_DIR/lib/perl5</action>
65 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> 69 <action type="shell_command">
66 <action type="shell_command">make</action> 70 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
67 <action type="shell_command">make install</action> 71 make &amp;&amp;
68 <action type="set_environment"> 72 make install
69 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> 73 </action>
70 </action> 74 <action type="set_environment">
75 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>
76 </action>
71 </actions> 77 </actions>
72 </install> 78 </install>
73 </package> 79 </package>
74 80
75 <package name="Boost-Graph" version="1.4"> 81 <package name="Boost-Graph" version="1.4">
76 <install version="1.0"> 82 <install version="1.0">
77 <actions> 83 <actions>
78 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action> 84 <action type="download_by_url">http://www.cpan.org/authors/id/D/DB/DBURDICK/BoostGraph/Boost-Graph-1.4.tar.gz</action>
79 85 <action type="make_directory">$INSTALL_DIR/lib/perl5</action>
80 <action type="shell_command">perl Makefile.PL PREFIX=$REPOSITORY_INSTALL_DIR/perlmodel </action> 86 <action type="shell_command">
81 <action type="shell_command">make</action> 87 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
82 <action type="shell_command">make install</action> 88 make &amp;&amp;
83 <action type="set_environment"> 89 make install
84 <environment_variable action="prepend_to" name="PERL5LIB">$REPOSITORY_INSTALL_DIR/perlmodel/share/perl5</environment_variable> 90 </action>
85 </action> 91 <action type="set_environment">
92 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>
93 </action>
86 </actions> 94 </actions>
87 </install> 95 </install>
88 </package> 96 </package>
89 97
90 </tool_dependency> 98 </tool_dependency>