changeset 0:01ed0b079724 draft

Initial Upload. Tested on Testshed, so should work.
author geert-vandeweyer
date Thu, 13 Feb 2014 07:52:09 -0500
parents
children 4cb7824de4d9
files tool_dependencies.xml
diffstat 1 files changed, 68 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Feb 13 07:52:09 2014 -0500
@@ -0,0 +1,68 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tool_dependency>
+	<package name="perl_module_threads" version='1.92'>
+		<install version='1.0'>
+		   <actions>
+			<action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-1.92.tar.gz</action>
+			<action type="make_directory">$INSTALL_DIR/lib/perl5</action>
+			<action type="shell_command">
+				perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
+				make &amp;&amp;
+				make install 
+			</action>
+			<action type="set_environment">
+				<environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>				
+			</action>
+		   </actions>
+
+		</install>
+		<readme>This package install threads CPAN package for Perl.</readme>
+	</package>
+	<package name="perl_module_threads_shared" version='1.46'>
+		<install version='1.0'>
+		   <actions>
+
+			<action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/threads-shared-1.46.tar.gz</action>
+			<action type="make_directory">$INSTALL_DIR/lib/perl5</action>
+			<action type="shell_command">
+				export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5	&amp;&amp;
+				perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
+				make &amp;&amp;
+				make install 
+			</action>
+
+
+			<action type="set_environment">
+				<environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>				
+			</action>
+		   </actions>
+
+		</install>
+		<readme>This package install threads::shared CPAN package for Perl.</readme>
+	</package>
+	<package name="perl_module_Thread_Queue" version='3.02'>
+		<install version='1.0'>
+		   <actions>
+
+			<action type="download_by_url">http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Thread-Queue-3.02.tar.gz</action>
+			<action type="make_directory">$INSTALL_DIR/lib/perl5</action>
+			<action type="shell_command">
+				export PERL5LIB=$PERL5LIB:$INSTALL_DIR/lib/perl5	&amp;&amp;
+				perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
+				make &amp;&amp;
+				make install
+			</action>
+
+
+			<action type="set_environment">
+				<environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>				
+			</action>
+		   </actions>
+
+		</install>
+
+		<readme>This package install Thread::Queue CPAN package for Perl.</readme>
+	</package>
+
+</tool_dependency>
+