source: networking/netlibs/libndp.xml@ 9a9c7c2

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 9a9c7c2 was 9a9c7c2, checked in by Krejzi <krejzi@…>, 10 years ago

More checks and fixes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14017 af4574ff-66df-0310-9fd7-8a98e5e911e0

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