annotate tool_dependencies.xml @ 2:dce457e96f82 draft

Uploaded
author bgruening
date Thu, 22 Jan 2015 14:43:17 -0500
parents b68f6b5d7304
children 3ff7aae9ae47
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e3729818491f Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
e3729818491f Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
e3729818491f Uploaded
iuc
parents:
diff changeset
3 <package name="sqlite" version="3.8.3">
e3729818491f Uploaded
iuc
parents:
diff changeset
4 <install version="1.0">
e3729818491f Uploaded
iuc
parents:
diff changeset
5 <actions>
e3729818491f Uploaded
iuc
parents:
diff changeset
6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.tar.gz</action>
e3729818491f Uploaded
iuc
parents:
diff changeset
7 <action type="autoconf"/>
e3729818491f Uploaded
iuc
parents:
diff changeset
8 <action type="set_environment">
e3729818491f Uploaded
iuc
parents:
diff changeset
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
e3729818491f Uploaded
iuc
parents:
diff changeset
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
2
dce457e96f82 Uploaded
bgruening
parents: 1
diff changeset
11 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
0
e3729818491f Uploaded
iuc
parents:
diff changeset
12 <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
e3729818491f Uploaded
iuc
parents:
diff changeset
13 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
e3729818491f Uploaded
iuc
parents:
diff changeset
14 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
1
b68f6b5d7304 Uploaded
iuc
parents: 0
diff changeset
15 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
0
e3729818491f Uploaded
iuc
parents:
diff changeset
16 </action>
e3729818491f Uploaded
iuc
parents:
diff changeset
17 </actions>
e3729818491f Uploaded
iuc
parents:
diff changeset
18 </install>
e3729818491f Uploaded
iuc
parents:
diff changeset
19 <readme>
e3729818491f Uploaded
iuc
parents:
diff changeset
20 SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
e3729818491f Uploaded
iuc
parents:
diff changeset
21 http://www.sqlite.org/
e3729818491f Uploaded
iuc
parents:
diff changeset
22 </readme>
e3729818491f Uploaded
iuc
parents:
diff changeset
23 </package>
e3729818491f Uploaded
iuc
parents:
diff changeset
24 </tool_dependency>