Mercurial > repos > iuc > package_tiff_4_0_3
annotate tool_dependencies.xml @ 2:3fecd5a9a64c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_tiff_4_0_3/ commit 4c44b550f39ec90756c7bf5277fa1341de767bfd-dirty
| author | iuc |
|---|---|
| date | Wed, 02 Sep 2015 10:48:02 -0400 |
| parents | adda42534647 |
| children | 2c2c0ccd0f37 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="tiff" version="4.0.3"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz</action> | |
| 7 <action type="autoconf" /> | |
|
2
3fecd5a9a64c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_tiff_4_0_3/ commit 4c44b550f39ec90756c7bf5277fa1341de767bfd-dirty
iuc
parents:
1
diff
changeset
|
8 <action type="shell_command">ln -s $INSTALL_DIR/lib/libtiff.so $INSTALL_DIR/lib/libtiff.so.4</action> |
| 0 | 9 <action type="set_environment"> |
| 10 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 11 <environment_variable action="set_to" name="TIFF_ROOT">$INSTALL_DIR</environment_variable> | |
|
1
adda42534647
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_tiff_4_0_3/ commit 4c44b550f39ec90756c7bf5277fa1341de767bfd
iuc
parents:
0
diff
changeset
|
12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 0 | 13 </action> |
| 14 </actions> | |
| 15 </install> | |
| 16 <readme> | |
| 17 </readme> | |
| 18 </package> | |
| 19 </tool_dependency> |
