source: general/prog/patchelf.xml@ 92b6254a

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 92b6254a was b264d67, checked in by Xi Ruoyao <xry111@…>, 15 months ago

add patchelf-0.17.2 (#17547)

  • Property mode set to 100644
File size: 3.4 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 patchelf-download-http "https://github.com/NixOS/patchelf/releases/download/&patchelf-version;/patchelf-&patchelf-version;.tar.gz">
8 <!ENTITY patchelf-download-ftp " ">
9 <!ENTITY patchelf-md5sum "63e6f761af0bfda2bfe08a568d1e2e76">
10 <!ENTITY patchelf-size "240 KB">
11 <!ENTITY patchelf-buildsize "16 MB (with tests)">
12 <!ENTITY patchelf-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="patchelf" xreflabel="patchelf-&patchelf-version;">
16 <?dbhtml filename="patchelf.html"?>
17
18
19 <title>Patchelf-&patchelf-version;</title>
20
21 <indexterm zone="patchelf">
22 <primary sortas="a-patchelf">patchelf</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Patchelf</title>
27
28 <para>
29 The <application>patchelf</application> package contains a small
30 utility to modify the dynamic linker and RPATH of ELF executables.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&patchelf-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&patchelf-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &patchelf-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &patchelf-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &patchelf-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &patchelf-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">
70 User Notes: <ulink url="&blfs-wiki;/patchelf"/>
71 </para>
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Patchelf</title>
76
77 <para>
78 Install <application>patchelf</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 To test the results, issue: <command>make check</command>.
87 </para>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Program</segtitle>
96
97 <seglistitem>
98 <seg>
99 patchelf
100 </seg>
101 </seglistitem>
102 </segmentedlist>
103
104 <variablelist>
105 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
106 <?dbfo list-presentation="list"?>
107 <?dbhtml list-presentation="table"?>
108
109 <varlistentry id="patchelf-prog">
110 <term><command>patchelf</command></term>
111 <listitem>
112 <para>
113 is a simple utility for modifying existing ELF executables and
114 libraries; it can change the dynamic loader ("ELF interpreter")
115 of executables and change the RPATH of executables and
116 libraries.
117 </para>
118 <indexterm zone="patchelf patchelf-prog">
119 <primary sortas="b-patchelf">patchelf</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123 </variablelist>
124 </sect2>
125</sect1>
Note: See TracBrowser for help on using the repository browser.