Mercurial > repos > iuc > package_libcurl_7_35
comparison tool_dependencies.xml @ 1:fba299e60d24 draft
Uploaded
author | iuc |
---|---|
date | Mon, 03 Mar 2014 11:51:39 -0500 |
parents | 4bbea9497b28 |
children | 8fe20c4f5aff |
comparison
equal
deleted
inserted
replaced
0:4bbea9497b28 | 1:fba299e60d24 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="openssl" version="1.0"> | 3 <package name="openssl" version="1.0"> |
4 <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
5 </package> | 5 </package> |
6 <package name="zlib" version="1.2.8"> | 6 <package name="zlib" version="1.2.8"> |
7 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
8 </package> | 8 </package> |
9 <package name="libcurl" version="7.35"> | 9 <package name="libcurl" version="7.35"> |
10 <install version="1.0"> | 10 <install version="1.0"> |
11 <actions> | 11 <actions> |
12 <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action> | 12 <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action> |
13 | |
13 <!-- populate the environment variables from the dependend repos --> | 14 <!-- populate the environment variables from the dependend repos --> |
14 <action type="set_environment_for_install"> | 15 <action type="set_environment_for_install"> |
15 <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> | 16 <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
16 <package name="openssl" version="1.0" /> | 17 <package name="openssl" version="1.0" /> |
17 </repository> | 18 </repository> |
18 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> | 19 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
19 <package name="zlib" version="1.2.8" /> | 20 <package name="zlib" version="1.2.8" /> |
20 </repository> | 21 </repository> |
21 </action> | 22 </action> |
22 <action type="make_install" /> | 23 |
24 <action type="autoconf" /> | |
23 <action type="set_environment"> | 25 <action type="set_environment"> |
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
25 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | 27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
26 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable> | 28 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable> |
27 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 29 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
28 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 30 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
29 </action> | 31 </action> |