Mercurial > repos > devteam > package_libpng_1_6_7
annotate tool_dependencies.xml @ 3:f48b920cae1f draft
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
author | devteam |
---|---|
date | Tue, 02 Jun 2015 09:00:57 -0400 |
parents | db14a391648d |
children | 3de32cd300a9 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libpng" version="1.6.7"> | |
4 <install version="1.0"> | |
5 <actions> | |
1 | 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> |
0 | 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
8 <action type="shell_command">make && make install</action> | |
9 <action type="set_environment"> | |
2
db14a391648d
Uploaded tool dependency recipe that sets PATH, so that dependent repositories can find libpng-config.
devteam
parents:
1
diff
changeset
|
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
0 | 11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> |
3
f48b920cae1f
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
devteam
parents:
2
diff
changeset
|
12 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
f48b920cae1f
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
devteam
parents:
2
diff
changeset
|
13 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
0 | 14 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
15 </action> | |
16 </actions> | |
17 </install> | |
18 <readme /> | |
19 </package> | |
3
f48b920cae1f
planemo upload commit d9aeab1fa4810510dcf4ccd41497a10c7e2ede8f
devteam
parents:
2
diff
changeset
|
20 </tool_dependency> |