comparison tool_dependencies.xml @ 2:cb7edd7335da draft

Replaced autoconf tag with old style shell command
author iuc
date Mon, 04 Nov 2013 22:03:42 -0500
parents a15115e0d2b9
children 6db4870d4296
comparison
equal deleted inserted replaced
1:a15115e0d2b9 2:cb7edd7335da
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 5
6 <!-- install perl --> 6 <!-- install perl -->
7 <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz</action> 7 <action type="download_by_url">http://www.cpan.org/src/5.0/perl-5.18.1.tar.gz</action>
8 <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR</action> 8 <action type="shell_command">./Configure -des -Dprefix=$INSTALL_DIR ; make ; make install</action>
9 <action type="autoconf" />
10 9
11 <action type="download_file">http://www.cpan.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz</action> 10 <action type="download_file">http://www.cpan.org/authors/id/A/AP/APEIRON/local-lib-1.008009.tar.gz</action>
12 <action type="shell_command">tar xfvz local-lib-1.008009.tar.gz</action> 11 <action type="shell_command">tar xfvz local-lib-1.008009.tar.gz</action>
13 <action type="change_directory">local-lib-1.008009</action> 12 <action type="change_directory">local-lib-1.008009</action>
14 <action type="shell_command">perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages</action> 13 <action type="shell_command">perl Makefile.PL --bootstrap=$INSTALL_DIR/local-lib/ --no-manpages</action>