Mercurial > repos > devteam > package_libxcb_1_9_1
changeset 0:283d04f807f7 draft
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 11 Dec 2013 15:38:12 -0500 |
parents | |
children | 1fc77acd42a9 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 40 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 11 15:38:12 2013 -0500 @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libxslt" version="1.1.28"> + <repository changeset_revision="00459f4204b8" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="xcb-proto" version="1.8"> + <repository changeset_revision="6025caeb833b" name="package_libxcb_proto_1_8" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libxau" version="1.0.8"> + <repository changeset_revision="768904da7334" name="package_libxau_1_0_8" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libpthread-stubs" version="0.3"> + <repository changeset_revision="429b0defa034" name="package_libpthread_stubs_0_3" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libxproto" version="7.0.23"> + <repository changeset_revision="6a512bc84b0d" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </package> + <package name="libxcb" version="1.9.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://xorg.freedesktop.org/archive/individual/xcb/libxcb-1.9.1.tar.bz2</action> + <action type="set_environment_for_install"> + <repository changeset_revision="00459f4204b8" name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="6025caeb833b" name="package_libxcb_proto_1_8" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="768904da7334" name="package_libxau_1_0_8" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="429b0defa034" name="package_libpthread_stubs_0_3" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="6a512bc84b0d" name="package_libxproto_7_0_23" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + </action> + <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> + <action type="shell_command">make && make install</action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + <environment_variable action="set_to" name="XCB_INCLUDES">$INSTALL_DIR/include</environment_variable> + <environment_variable action="set_to" name="XCB_LIBS">$INSTALL_DIR/lib</environment_variable> + </action> + </actions> + </install> + <readme /> + </package> +</tool_dependency>