source: clfs-embedded/BOOK/beyond-clfs/common/packages.xml@ 485885e

Last change on this file since 485885e was 884672b, checked in by Maarten Lankhorst <mlankhorst@…>, 15 years ago

book: Add hostapd and libnl to beyond section

  • Property mode set to 100644
File size: 1.9 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
8<sect1 id="ch-bclfs-packages-common">
9 <?dbhtml filename="packages.html"?>
10
11 <title>Beyond CLFS Packages</title>
12
13 <para>Download or otherwise obtain the following packages:</para>
14
15 <variablelist role="bclfs">
16
17 <varlistentry>
18 <term>Dropbear (&dropbear-version;) - <token>&dropbear-size;</token>:</term>
19 <listitem>
20 <para>Home page: <ulink url="&dropbear-home;"/></para>
21 <para>Download: <ulink url="&dropbear-url;"/></para>
22 <para>MD5 sum: <literal>&dropbear-md5;</literal></para>
23 </listitem>
24 </varlistentry>
25
26 <varlistentry>
27 <term>Iptables (&iptables-version;) - <token>&iptables-size;</token>:</term>
28 <listitem>
29 <para>Home page: <ulink url="&iptables-home;"/></para>
30 <para>Download: <ulink url="&iptables-url;"/></para>
31 <para>MD5 sum: <literal>&iptables-md5;</literal></para>
32 </listitem>
33 </varlistentry>
34
35 <varlistentry>
36 <term>libnl (&libnl-version;) - <token>&libnl-size;</token>:</term>
37 <listitem>
38 <para>Home page: <ulink url="&libnl-home;"/></para>
39 <para>Download: <ulink url="&libnl-url;"/></para>
40 <para>MD5 sum: <literal>&libnl-md5;</literal></para>
41 </listitem>
42 </varlistentry>
43
44 <varlistentry>
45 <term>Hostapd (&hostapd-version;) - <token>&hostapd-size;</token>:</term>
46 <listitem>
47 <para>Home page: <ulink url="&hostapd-home;"/></para>
48 <para>Download: <ulink url="&hostapd-url;"/></para>
49 <para>MD5 sum: <literal>&hostapd-md5;</literal></para>
50 </listitem>
51 </varlistentry>
52
53 </variablelist>
54
55 <para os="a">Total size of these packages: about <returnvalue/></para>
56
57</sect1>
Note: See TracBrowser for help on using the repository browser.