source: networking/netlibs/libndp.xml@ f365f210

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 f365f210 was f365f210, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to LibRaw-0.19.0.
Update to libndp-1.7.
Update to mc-4.8.21.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20257 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.1 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 <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 &lfs82_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 \
88 --sysconfdir=/etc \
89 --localstatedir=/var \
90 --disable-static &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Library</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg> ndptool </seg>
115 <seg> libndp.so </seg>
116 <seg> None </seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="ndptool">
126 <term><command>ndptool</command></term>
127 <listitem>
128 <para>
129 is a tool for sending and receiving NDP messages.
130 </para>
131 <indexterm zone="libndp ndptool">
132 <primary sortas="b-ndptool">ndptool</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="libndp-lib">
138 <term><filename class="libraryfile">libndp.so</filename></term>
139 <listitem>
140 <para>
141 provides a wrapper for the IPv6 Neighbor Discovery Protocol.
142 </para>
143 <indexterm zone="libndp libndp-lib">
144 <primary sortas="b-libndp-lib">libndp</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.