comparison tool_dependencies.xml @ 0:461e0b3b76b4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_pixman_0_32_6 commit da674f4c46a964ffc980e1a8feee388d0af13617-dirty
author mvdbeek
date Mon, 12 Oct 2015 11:57:53 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:461e0b3b76b4
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libpng" version="1.6.7">
4 <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="pixman" version="0.32.6">
7 <install version="1.0">
8 <actions>
9 <action sha256sum="3dfed13b8060eadabf0a4945c7045b7793cc7e3e910e748a8bb0f0dc3e794904" type="download_by_url">http://cairographics.org/releases/pixman-0.32.6.tar.gz</action>
10 <action type="set_environment_for_install">
11 <repository changeset_revision="ac6ef08bf0e6" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="libpng" version="1.6.7" />
13 </repository>
14 </action>
15 <action type="shell_command">
16 export LDFLAGS="-Wl,-rpath,$LIBPNG_LIB_PATH"
17 if [ "$(uname)" == "Darwin" ]; then
18 ./configure --prefix=$INSTALL_DIR --disable-mmx
19 else
20 ./configure --prefix=$INSTALL_DIR
21 fi
22 </action>
23 <action type="make_install" />
24 <action type="set_environment">
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
26 <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
27 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
28 </action>
29 </actions>
30 </install>
31 <readme />
32 </package>
33 </tool_dependency>