source: networking/netlibs/libndp.xml

trunk
Last change on this file was f67c5c8, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update to kde-apps-23.08.5 and associated tags.

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 libndp-download-http "http://libndp.org/files/libndp-&libndp-version;.tar.gz">
8 <!ENTITY libndp-download-ftp " ">
9 <!ENTITY libndp-md5sum "c7e775fd5a9d676e8cba9c3732c4df93">
10 <!ENTITY libndp-size "360 KB">
11 <!ENTITY libndp-buildsize "2.5 MB">
12 <!ENTITY libndp-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libndp" xreflabel="libndp-&libndp-version;">
16 <?dbhtml filename="libndp.html"?>
17
18
19 <title>libndp-&libndp-version;</title>
20
21 <indexterm zone="libndp">
22 <primary sortas="a-libndp">libndp</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libndp</title>
27
28 <para>
29 The <application>libndp</application> package provides a wrapper for IPv6
30 Neighbor Discovery Protocol. It also provides a tool named ndptool for
31 sending and receiving NDP messages.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libndp-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libndp-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libndp-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libndp-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libndp-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libndp-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libndp</title>
74
75 <para>
76 Install <application>libndp</application> by running the following
77 command:
78 </para>
79
80<screen><userinput>./configure --prefix=/usr \
81 --sysconfdir=/etc \
82 --localstatedir=/var \
83 --disable-static &amp;&amp;
84make</userinput></screen>
85
86 <para>
87 This package does not come with a test suite.
88 </para>
89
90 <para>
91 Now, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Program</segtitle>
103 <segtitle>Installed Library</segtitle>
104 <segtitle>Installed Directory</segtitle>
105
106 <seglistitem>
107 <seg> ndptool </seg>
108 <seg> libndp.so </seg>
109 <seg> None </seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="ndptool">
119 <term><command>ndptool</command></term>
120 <listitem>
121 <para>
122 is a tool for sending and receiving NDP messages
123 </para>
124 <indexterm zone="libndp ndptool">
125 <primary sortas="b-ndptool">ndptool</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="libndp-lib">
131 <term><filename class="libraryfile">libndp.so</filename></term>
132 <listitem>
133 <para>
134 provides a wrapper for the IPv6 Neighbor Discovery Protocol
135 </para>
136 <indexterm zone="libndp libndp-lib">
137 <primary sortas="b-libndp-lib">libndp</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.