annotate tool_dependencies.xml @ 0:ac6ef08bf0e6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
author iuc
date Mon, 24 Aug 2015 10:42:05 -0400
parents
children 3571cd50dda2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
2 <tool_dependency>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
3 <package name="libpng" version="1.6.7">
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
4 <install version="1.0">
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
5 <actions>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
6 <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
8 <action type="shell_command">make &amp;&amp; make install</action>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
9 <action type="set_environment">
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
12 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
13 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
14 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
15 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
16 </action>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
17 </actions>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
18 </install>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
19 <readme />
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
20 </package>
ac6ef08bf0e6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 1cd98503d73171f005e88d60a8e3d7d319fc914d
iuc
parents:
diff changeset
21 </tool_dependency>