Mercurial > repos > devteam > package_x11_client_1_5_proto_7_0
annotate tool_dependencies.xml @ 0:90c1cbb8095a draft
Uploaded tool dependency definition to download and install the X11 client libraries.
author | devteam |
---|---|
date | Thu, 20 Jun 2013 15:05:25 -0400 |
parents | |
children | 11623237372f |
rev | line source |
---|---|
0
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
1 <tool_dependency> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
2 <package name="libx11" version="1.5.0"> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
3 <install version="1.0"> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
4 <actions> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
5 <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/proto/xproto-7.0.23.tar.bz2</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
7 <action type="shell_command">make && make install</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
8 <action type="set_environment"> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
9 <environment_variable name="X11_INCLUDE_DIR" action="set_to">$INSTALL_DIR/include</environment_variable> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
10 </action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
11 </actions> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
12 <actions> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
13 <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
14 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
15 <action type="shell_command">make && make install</action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
16 <action type="set_environment"> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
17 <environment_variable name="X11_LIB_DIR" action="set_to">$INSTALL_DIR/lib</environment_variable> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
18 </action> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
19 </actions> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
20 </install> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
21 <readme>Xlib is an X Window System protocol client library written in the C programming language. It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the protocol. Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits.</readme> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
22 </package> |
90c1cbb8095a
Uploaded tool dependency definition to download and install the X11 client libraries.
devteam
parents:
diff
changeset
|
23 </tool_dependency> |