source: archive/chrpath.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.6 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 chrpath-download-http "https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-&chrpath-version;.tar.gz">
8 <!ENTITY chrpath-download-ftp " ">
9 <!ENTITY chrpath-md5sum "2bf8d1d1ee345fc8a7915576f5649982">
10 <!ENTITY chrpath-size "132 KB">
11 <!ENTITY chrpath-buildsize "1 MB">
12 <!ENTITY chrpath-time "less than 0.1 SBU">
13]>
14
15<sect1 id="chrpath" xreflabel="chrpath-&chrpath-version;">
16 <?dbhtml filename="chrpath.html"?>
17
18
19 <title>chrpath-&chrpath-version;</title>
20
21 <indexterm zone="chrpath">
22 <primary sortas="a-chrpath">chrpath</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to chrpath</title>
27
28 <para>
29 The <application>chrpath</application> modify the dynamic library load
30 path (rpath and runpath) of compiled programs and libraries.
31 </para>
32
33 &lfs82_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&chrpath-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&chrpath-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &chrpath-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &chrpath-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &chrpath-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &chrpath-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/chrpath"/>
71 </para>
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of chrpath</title>
76
77 <para>
78 Install <application>chrpath</application> by running the following
79 commands:
80 </para>
81
82<screen><userinput>./configure --prefix=/usr &amp;&amp;
83make</userinput></screen>
84
85 <para>
86 This package does not come with a test suite.
87 </para>
88
89 <para>
90 Now, as the <systemitem class="username">root</systemitem> user:
91 </para>
92
93<screen role="root"><userinput>make docdir=/usr/share/doc/chrpath-&chrpath-version; install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Program</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directory</segtitle>
104
105 <seglistitem>
106 <seg>
107 chrpath
108 </seg>
109 <seg>
110 None
111 </seg>
112 <seg>
113 /usr/share/doc/chrpath-&chrpath-version;
114 </seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="chrpath-prog">
124 <term><command>chrpath</command></term>
125 <listitem>
126 <para>
127 changes the rpath or runpath in ELF files.
128 </para>
129 <indexterm zone="chrpath chrpath-prog">
130 <primary sortas="b-chrpath">chrpath</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.