Repository 'package_libcurl_7_35'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_libcurl_7_35

Changeset 1:fba299e60d24 (2014-03-03)
Previous changeset 0:4bbea9497b28 (2014-03-01) Next changeset 2:8fe20c4f5aff (2015-05-22)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 4bbea9497b28 -r fba299e60d24 tool_dependencies.xml
--- a/tool_dependencies.xml Sat Mar 01 14:10:57 2014 -0500
+++ b/tool_dependencies.xml Mon Mar 03 11:51:39 2014 -0500
b
@@ -1,27 +1,29 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="openssl" version="1.0">
-      <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+    <package name="openssl" version="1.0">
+        <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="zlib" version="1.2.8">
-      <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="libcurl" version="7.35">
-      <install version="1.0">
-          <actions>
-              <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action>
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://curl.haxx.se/download/curl-7.35.0.tar.gz</action>
+
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                  <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu">
-                      <package name="openssl" version="1.0" />
+                    <repository changeset_revision="e4453e24b26d" name="package_openssl_1_0" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
+                        <package name="openssl" version="1.0" />
                     </repository>
-                    <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu">
-                      <package name="zlib" version="1.2.8" />
+                    <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
+                        <package name="zlib" version="1.2.8" />
                     </repository>
                 </action>
-                <action type="make_install" />
+
+                <action type="autoconf" />
                 <action type="set_environment">
-                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="set_to" name="LIBCURL_ROOT_DIR">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>