source: networking/netlibs/libmnl.xml@ 8414284

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8414284 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.8 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 libmnl-download-http "https://netfilter.org/projects/libmnl/files/libmnl-&libmnl-version;.tar.bz2">
8 <!ENTITY libmnl-download-ftp " ">
9 <!ENTITY libmnl-md5sum "0bbb70573119ec5d49435114583e7a49">
10 <!ENTITY libmnl-size "308 KB">
11 <!ENTITY libmnl-buildsize "2.9 MB">
12 <!ENTITY libmnl-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libmnl" xreflabel="libmnl-&libmnl-version;">
16 <?dbhtml filename="libmnl.html"?>
17
18
19 <title>libmnl-&libmnl-version;</title>
20
21 <indexterm zone="libmnl">
22 <primary sortas="a-libmnl">libmnl</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libmnl</title>
27
28 <para>
29 The <application>libmnl</application> library provides a minimalistic
30 user-space library oriented to Netlink developers. There are a lot of
31 common tasks in parsing, validating, constructing of both the Netlink
32 header and TLVs that are repetitive and easy to get wrong. This library
33 aims to provide simple helpers that allows you to re-use code and to
34 avoid re-inventing the wheel.
35 </para>
36
37 &lfs112_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing='compact'>
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libmnl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libmnl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libmnl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libmnl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libmnl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libmnl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libnma Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="doxygen"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libmnl"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libmnl</title>
87
88 <para>
89 Install <application>libmnl</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Library</segtitle>
113
114 <seglistitem>
115 <seg>
116 libmnl.so
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="libmnl-lib">
127 <term><filename class="libraryfile">libmnl.so</filename></term>
128 <listitem>
129 <para>
130 provides functions for parsing, validating, constructing of both
131 the Netlink header and TLVs
132 </para>
133 <indexterm zone="libmnl libmnl-lib">
134 <primary sortas="c-libmnl">libmnl.so</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.