comparison tool_dependencies.xml @ 3:b355179ea459 draft

Uploaded
author bgruening
date Wed, 29 Jan 2014 16:13:18 -0500
parents 84c54f1fa280
children cc0f4b49b6f1
comparison
equal deleted inserted replaced
2:84c54f1fa280 3:b355179ea459
2 <package name="blat" version="35x1"> 2 <package name="blat" version="35x1">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 5
6 <action type="download_binary"> 6 <action type="download_binary">
7 <url_template os="linux" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/linux/x86_64/blat_35x1</url_template> 7 <url_template os="linux" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat</url_template>
8 <url_template os="darwin" architecture="i686">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template> 8 <url_template os="darwin" architecture="i686">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/blat/blat</url_template>
9 <url_template os="darwin" architecture="i386">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/i386/blat_35x1</url_template> 9 <url_template os="darwin" architecture="i386">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/blat/blat</url_template>
10 <url_template os="darwin" architecture="x86_64">https://github.com/bgruening/download_store/raw/master/ucsc/darwin/x86_64/blat_35x1</url_template> 10 <url_template os="darwin" architecture="x86_64">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/blat/blat</url_template>
11 </action> 11 </action>
12 12
13 <action type="move_file"> 13 <action type="move_file">
14 <source>$INSTALL_DIR/blat_35x1</source> 14 <source>$INSTALL_DIR/blat</source>
15 <destination>$INSTALL_DIR/blat</destination> 15 <destination>$INSTALL_DIR/blat</destination>
16 </action> 16 </action>
17 <action type="chmod"> 17 <action type="chmod">
18 <file mode="755">$INSTALL_DIR/blat</file> 18 <file mode="755">$INSTALL_DIR/blat</file>
19 </action> 19 </action>