Mercurial > repos > iuc > package_squid_1_9g
annotate tool_dependencies.xml @ 2:020bf06899d1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_squid_1_9g commit 96e78bfc79601ce09b1e8b13e7927670121e80c1
author | iuc |
---|---|
date | Tue, 22 Mar 2016 05:42:20 -0400 |
parents | a82a68a3374e |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="squid" version="1.9g"> | |
4 <install version="1.0"> | |
5 <actions> | |
2
020bf06899d1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_squid_1_9g commit 96e78bfc79601ce09b1e8b13e7927670121e80c1
iuc
parents:
1
diff
changeset
|
6 <action type="download_by_url" sha256sum="302f42e8794aa4dbcfa0996c14fb7a70a7c4397fc45c2bbd2748055460d8dca7" target_filename="squid-1.9g.tar.gz">https://depot.galaxyproject.org/software/squid/squid_1.9g_src_all.tar.gz</action> |
0 | 7 <action type="autoconf">--enable-lfs</action> |
8 <action type="set_environment"> | |
9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
10 <environment_variable name="SQUID_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
12 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 <![CDATA[ | |
19 SQUID - library of functions for biological sequence analysis | |
20 Copyright (C) 1992-2002 Washington University School of Medicine | |
21 | |
22 SQUID is a freely redistributable library of C code functions for | |
23 sequence analysis. SQUID also includes a number of small utility | |
24 programs. | |
25 | |
26 To install squid, see the file: | |
27 INSTALL -- instructions for installing the programs | |
28 | |
1 | 29 If you have any questions about redistributing squid or using |
0 | 30 squid code in your own work, see the files: |
31 COPYRIGHT -- copyright notice, and information on my distribution policy | |
32 LICENSE -- version 2 of the GNU Public License (see COPYRIGHT) | |
33 | |
34 For a web page with more information on squid, see: | |
35 http://www.genetics.wustl.edu/eddy/software/#squid | |
36 | |
37 You can always download the latest stable release of squid from: | |
38 ftp://ftp.genetics.wustl.edu/pub/eddy/software/squid.tar.gz | |
39 | |
40 The development codebase is available by anonymous CVS: | |
41 cvs -d :pserver:anonymous@skynet.wustl.edu:/repository/sre login | |
42 (password "anonymous") | |
43 cvs -d :pserver:anonymous@skynet.wustl.edu:/repository/sre checkout squid | |
44 | |
45 If you encounter any bugs in this library, or you have any questions | |
46 or comments, please e-mail me at the address below. Due to limited | |
47 personal time, I may not respond, but I do read all my mail. | |
48 | |
49 Sean Eddy | |
50 eddy@genetics.wustl.edu | |
51 | |
52 HHMI/Dept. of Genetics | |
53 Washington University School of Medicine | |
54 660 South Euclid Box 8232 | |
55 Saint Louis Missouri 63110 | |
56 USA | |
57 ]]> | |
58 </readme> | |
59 </package> | |
60 </tool_dependency> |