source: networking/netlibs/libndp.xml@ 45ab6c7

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