0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="zlib" version="1.2.8">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
4
|
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
|
|
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action>
|
0
|
8 <action type="shell_command">make</action>
|
|
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
|
|
10 <action type="set_environment">
|
4
|
11 <environment_variable name="ZLIB_PATH" action="set_to">$INSTALL_DIR/zlib/lib</environment_variable>
|
|
12 </action>
|
|
13 <action type="set_environment">
|
|
14 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/zlib/lib</environment_variable>
|
0
|
15 </action>
|
|
16 </actions>
|
|
17 </install>
|
|
18 <readme>
|
4
|
19 zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib data format is itself portable across platforms.
|
0
|
20 </readme>
|
|
21 </package>
|
4
|
22 <package name="sickle" version="1.21.0">
|
0
|
23 <install version="1.0">
|
|
24 <actions>
|
|
25 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
|
4
|
26 <action type="shell_command">make LIBS="-L$ENV[ZLIB_PATH] -lz"</action>
|
0
|
27 <action type="move_file">
|
|
28 <source>sickle</source>
|
|
29 <destination>$INSTALL_DIR/bin</destination>
|
|
30 </action>
|
|
31 <action type="set_environment">
|
|
32 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
33 </action>
|
|
34 </actions>
|
|
35 </install>
|
|
36 <readme>
|
4
|
37 Sickle requires a C compiler; GCC or clang are recommended. Sickle relies on Heng Li's kseq.h, which is bundled with the source. It also requires zlib, which is included in this repo.
|
0
|
38 </readme>
|
|
39 </package>
|
|
40 </tool_dependency>
|