source: archive/chrpath.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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