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