annotate tool_dependencies.xml @ 2:022adf7d6195 draft

Uploaded
author iuc
date Thu, 09 Oct 2014 13:41:36 -0400
parents c85f899d8cb4
children e6939e49a36b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8761091302c4 initial upload
iuc
parents:
diff changeset
1 <tool_dependency>
8761091302c4 initial upload
iuc
parents:
diff changeset
2 <package name="freetype" version="2.4.11">
8761091302c4 initial upload
iuc
parents:
diff changeset
3 <install version="1.0">
8761091302c4 initial upload
iuc
parents:
diff changeset
4 <actions>
8761091302c4 initial upload
iuc
parents:
diff changeset
5 <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
7 <action type="shell_command">make</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
8 <action type="shell_command">make install</action>
8761091302c4 initial upload
iuc
parents:
diff changeset
9 <action type="set_environment">
8761091302c4 initial upload
iuc
parents:
diff changeset
10 <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable>
8761091302c4 initial upload
iuc
parents:
diff changeset
11 <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
8761091302c4 initial upload
iuc
parents:
diff changeset
12 <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
1
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
13 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
14 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
c85f899d8cb4 Uploaded
iuc
parents: 0
diff changeset
15 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>
2
022adf7d6195 Uploaded
iuc
parents: 1
diff changeset
16 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/freetype/lib/pkgconfig</environment_variable>
022adf7d6195 Uploaded
iuc
parents: 1
diff changeset
17 <environment_variable action="set_to" name="FREETYPE_LIB_PATH">$INSTALL_DIR/freetype/lib</environment_variable>
0
8761091302c4 initial upload
iuc
parents:
diff changeset
18 </action>
8761091302c4 initial upload
iuc
parents:
diff changeset
19 </actions>
8761091302c4 initial upload
iuc
parents:
diff changeset
20 </install>
8761091302c4 initial upload
iuc
parents:
diff changeset
21 <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
8761091302c4 initial upload
iuc
parents:
diff changeset
22 </package>
8761091302c4 initial upload
iuc
parents:
diff changeset
23 </tool_dependency>