annotate tool_dependencies.xml @ 0:dce22a65bac2 draft default tip

Imported from capsule None
author wolma
date Sat, 13 Dec 2014 17:19:11 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
1 <?xml version="1.0"?>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
2 <tool_dependency>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
3 <package name="zlib" version="1.2.8">
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
4 <install version="1.0">
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
5 <actions>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
7 <action type="autoconf" />
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
8 <action type="set_environment">
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
9 <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
10 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
12 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
13 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
14 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
15 </action>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
16 </actions>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
17 </install>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
18 <readme>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
19 A Massively Spiffy Yet Delicately Unobtrusive Compression Library.
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
20 http://www.zlib.net/
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
21 </readme>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
22 </package>
dce22a65bac2 Imported from capsule None
wolma
parents:
diff changeset
23 </tool_dependency>