changeset 0:7906496a0df1 draft default tip

Uploaded
author big-tiandm
date Thu, 13 Nov 2014 21:44:15 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Nov 13 21:44:15 2014 -0500
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='utf-8'?>
+<tool_dependency>
+<package name="perl_module_Boost-Graph" version='1.4_001'>
+	<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="make_directory">$INSTALL_DIR/lib/perl5</action>
+			<action type="shell_command">
+				perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &amp;&amp;
+				ls &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 libwww CPAN package for Perl, including LWP::UserAgent.</readme>
+</package>
+
+</tool_dependency>