Mercurial > repos > iuc > package_libcurl_7_35
annotate tool_dependencies.xml @ 3:4616ae1c84ce draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit beb40fb1d5861b529d96fa228b2129e3d4a524b7
author | iuc |
---|---|
date | Mon, 10 Aug 2015 16:50:24 -0400 |
parents | 8fe20c4f5aff |
children | 0d934b13250c |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1 | 3 <package name="openssl" version="1.0"> |
3
4616ae1c84ce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit beb40fb1d5861b529d96fa228b2129e3d4a524b7
iuc
parents:
2
diff
changeset
|
4 <repository changeset_revision="7d1d2a356e4c" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="zlib" version="1.2.8"> | |
2
8fe20c4f5aff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 95f2ea5e8103ac2bec5e8a67409a8139db1bbd98
iuc
parents:
1
diff
changeset
|
7 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
9 <package name="libcurl" version="7.35"> | |
1 | 10 <install version="1.0"> |
11 <actions> | |
12 <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action> | |
13 | |
0 | 14 <!-- populate the environment variables from the dependend repos --> |
15 <action type="set_environment_for_install"> | |
3
4616ae1c84ce
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit beb40fb1d5861b529d96fa228b2129e3d4a524b7
iuc
parents:
2
diff
changeset
|
16 <repository changeset_revision="7d1d2a356e4c" name="package_openssl_1_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 17 <package name="openssl" version="1.0" /> |
0 | 18 </repository> |
2
8fe20c4f5aff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 95f2ea5e8103ac2bec5e8a67409a8139db1bbd98
iuc
parents:
1
diff
changeset
|
19 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
1 | 20 <package name="zlib" version="1.2.8" /> |
0 | 21 </repository> |
22 </action> | |
1 | 23 |
24 <action type="autoconf" /> | |
0 | 25 <action type="set_environment"> |
1 | 26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
2
8fe20c4f5aff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 95f2ea5e8103ac2bec5e8a67409a8139db1bbd98
iuc
parents:
1
diff
changeset
|
27 <environment_variable action="prepend_to" name="PKG_CONFIG_DIR">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
8fe20c4f5aff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 95f2ea5e8103ac2bec5e8a67409a8139db1bbd98
iuc
parents:
1
diff
changeset
|
28 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
0 | 29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
30 <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable> | |
31 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
32 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
33 </action> | |
34 </actions> | |
35 </install> | |
36 <readme> | |
2
8fe20c4f5aff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libcurl_7_35 commit 95f2ea5e8103ac2bec5e8a67409a8139db1bbd98
iuc
parents:
1
diff
changeset
|
37 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 | 38 http://curl.haxx.se/libcurl/ |
39 </readme> | |
40 </package> | |
41 </tool_dependency> |