annotate tool_dependencies.xml @ 3:3a19e5e3e88a draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:39:49 -0500
parents 66e3350617b3
children d543c4a78fd1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
b187137bb651 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
b187137bb651 Uploaded
iuc
parents:
diff changeset
3 <package name="openssl" version="1.0">
3
3a19e5e3e88a Uploaded
iuc
parents: 2
diff changeset
4 <repository changeset_revision="49d779f59cb3" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
5 </package>
b187137bb651 Uploaded
iuc
parents:
diff changeset
6 <package name="zlib" version="1.2.8">
2
66e3350617b3 Uploaded
iuc
parents: 1
diff changeset
7 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
8 </package>
b187137bb651 Uploaded
iuc
parents:
diff changeset
9 <package name="libcurl" version="7.35">
b187137bb651 Uploaded
iuc
parents:
diff changeset
10 <install version="1.0">
b187137bb651 Uploaded
iuc
parents:
diff changeset
11 <actions>
b187137bb651 Uploaded
iuc
parents:
diff changeset
12 <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action>
b187137bb651 Uploaded
iuc
parents:
diff changeset
13
b187137bb651 Uploaded
iuc
parents:
diff changeset
14 <!-- populate the environment variables from the dependend repos -->
b187137bb651 Uploaded
iuc
parents:
diff changeset
15 <action type="set_environment_for_install">
3
3a19e5e3e88a Uploaded
iuc
parents: 2
diff changeset
16 <repository changeset_revision="49d779f59cb3" name="package_openssl_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
17 <package name="openssl" version="1.0" />
b187137bb651 Uploaded
iuc
parents:
diff changeset
18 </repository>
2
66e3350617b3 Uploaded
iuc
parents: 1
diff changeset
19 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
20 <package name="zlib" version="1.2.8" />
b187137bb651 Uploaded
iuc
parents:
diff changeset
21 </repository>
b187137bb651 Uploaded
iuc
parents:
diff changeset
22 </action>
b187137bb651 Uploaded
iuc
parents:
diff changeset
23
1
13bf1327b5ac Uploaded
iuc
parents: 0
diff changeset
24 <action type="autoconf" />
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
25 <action type="set_environment">
b187137bb651 Uploaded
iuc
parents:
diff changeset
26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
b187137bb651 Uploaded
iuc
parents:
diff changeset
27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
b187137bb651 Uploaded
iuc
parents:
diff changeset
28 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable>
b187137bb651 Uploaded
iuc
parents:
diff changeset
29 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
b187137bb651 Uploaded
iuc
parents:
diff changeset
30 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
b187137bb651 Uploaded
iuc
parents:
diff changeset
31 </action>
b187137bb651 Uploaded
iuc
parents:
diff changeset
32 </actions>
b187137bb651 Uploaded
iuc
parents:
diff changeset
33 </install>
b187137bb651 Uploaded
iuc
parents:
diff changeset
34 <readme>
2
66e3350617b3 Uploaded
iuc
parents: 1
diff changeset
35 libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more!
0
b187137bb651 Uploaded
iuc
parents:
diff changeset
36 http://curl.haxx.se/libcurl/
b187137bb651 Uploaded
iuc
parents:
diff changeset
37 </readme>
b187137bb651 Uploaded
iuc
parents:
diff changeset
38 </package>
b187137bb651 Uploaded
iuc
parents:
diff changeset
39 </tool_dependency>