source: x/installing/util-macros.xml@ ac35d3b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ac35d3b was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY util-macros-download-http "&xorg-download-http;/util/util-macros-&util-macros-version;.tar.xz">
8 <!ENTITY util-macros-download-ftp " ">
9 <!ENTITY util-macros-md5sum "50135407d81e2c97c2879a2ba3bac688">
10 <!ENTITY util-macros-size "84 KB">
11 <!ENTITY util-macros-buildsize "520 KB">
12 <!ENTITY util-macros-time "less than 0.1 SBU">
13]>
14
15<sect1 id="util-macros" xreflabel="util-macros-&util-macros-version;">
16 <?dbhtml filename="util-macros.html"?>
17
18
19 <title>util-macros-&util-macros-version;</title>
20
21 <indexterm zone="util-macros">
22 <primary sortas="a-util-macros">util-macros</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to util-macros</title>
27
28 <para>
29 The <application>util-macros</application> package contains the
30 <application>m4</application> macros used by all of the
31 <application>Xorg</application> packages.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&util-macros-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&util-macros-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &util-macros-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &util-macros-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &util-macros-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &util-macros-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">util-macros Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="xorg-env"/> (should be set for the following instructions
75 to work)
76 </para>
77
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of util-macros</title>
83
84 <para>
85 Install <application>util-macros</application> by running the following
86 commands:
87 </para>
88
89<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
90
91 <para>
92 This package does not come with a test suite.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 None
117 </seg>
118 <seg>
119 <envar>$XORG_PREFIX</envar>/share/pkgconfig and
120 <envar>$XORG_PREFIX</envar>/share/util-macros
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.