changeset 0:8761091302c4 draft

initial upload
author iuc
date Sun, 11 Aug 2013 06:33:59 -0400
parents
children c85f899d8cb4
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Aug 11 06:33:59 2013 -0400
@@ -0,0 +1,18 @@
+<tool_dependency>
+    <package name="freetype" version="2.4.11">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR/freetype/</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable>
+                    <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
+                    <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling freetype requires a C compiler (typically gcc).</readme>
+    </package>
+</tool_dependency>