source: archive/libelf.xml@ acb648f

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 acb648f 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.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 libelf-download-http "http://www.mr511.de/software/libelf-&libelf-version;.tar.gz">
8 <!ENTITY libelf-download-ftp " ">
9 <!ENTITY libelf-md5sum "4136d7b4c04df68b686570afa26988ac">
10 <!ENTITY libelf-size "145 KB">
11 <!ENTITY libelf-buildsize "3 MB">
12 <!ENTITY libelf-time "0.1 SBU">
13]>
14
15<sect1 id="libelf" xreflabel="libelf-&libelf-version;">
16 <?dbhtml filename="libelf.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libelf-&libelf-version;</title>
23
24 <indexterm zone="libelf">
25 <primary sortas="a-libelf">libelf</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libelf</title>
30
31 <para>The <application>libelf</application> package is a object file access
32 library. It lets you read, modify or create ELF files in an
33 architecture-independent way.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libelf-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libelf-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libelf-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libelf-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libelf-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libelf-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <para condition="html" role="usernotes">User Notes:
58 <ulink url="&blfs-wiki;/libelf"/></para>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of libelf</title>
64
65 <para>Install <application>libelf</application> by running the following
66 commands:</para>
67
68<screen><userinput>./configure --prefix=/usr &amp;&amp;
69make</userinput></screen>
70
71 <para>This package does not come with a test suite.</para>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install</userinput></screen>
76
77 </sect2>
78
79 <sect2 role="content">
80 <title>Contents</title>
81
82 <segmentedlist>
83 <segtitle>Installed Programs</segtitle>
84 <segtitle>Installed Library</segtitle>
85 <segtitle>Installed Directories</segtitle>
86
87 <seglistitem>
88 <seg>None</seg>
89 <seg>libelf.{so,a}</seg>
90 <seg>None</seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="libelf-lib">
100 <term><filename class='libraryfile'>libelf.{so,a}</filename></term>
101 <listitem>
102 <para>contains the <application>libelf</application> API
103 functions.</para>
104 <indexterm zone="libelf libelf-lib">
105 <primary sortas="c-libelf">libelf.{so,a}</primary>
106 </indexterm>
107 </listitem>
108 </varlistentry>
109
110 </variablelist>
111
112 </sect2>
113
114</sect1>
Note: See TracBrowser for help on using the repository browser.