source: libraries.xml@ 6397333

basic
Last change on this file since 6397333 was 6397333, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Convert internal like to external links for BLFS packages not in
the Basic book.

Reorder some chapters.

Merge System V and systemd sections so both are always displayed
with proper attribution for system type.

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

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter 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 xinclude "http://www.w3.org/2001/XInclude">
8]>
9
10<!--
11$LastChangedBy$
12$Date$
13-->
14
15<chapter id="libraries" xreflabel="libraries">
16 <?dbhtml filename="libraries.html"?>
17
18 <title>Libraries</title>
19
20 <para>These libraries support programs in this book. If desired
21 they can be built in the order presented below.</para>
22
23 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libnl.xml"/>
24 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libtirpc.xml"/>
25 <xi:include xmlns:xi="&xinclude;" href="general/genlib/libusb.xml"/>
26 <xi:include xmlns:xi="&xinclude;" href="general/genlib/popt.xml"/>
27 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/rpcsvc-proto.xml"/>
28 <xi:include xmlns:xi="&xinclude;" href="networking/netlibs/libnsl.xml"/>
29 <xi:include xmlns:xi="&xinclude;" href="lwp-protocol-https.xml"/>
30 <sect1 id="pymods" xreflabel="six-&six-version; (Python Module)">
31 <title>six-&six-version; (Python Module)</title>
32 <xi:include xmlns:xi="&xinclude;" href="general/prog/six.xml"/>
33 </sect1>
34 <xi:include xmlns:xi="&xinclude;" href="general/genlib/libtasn1.xml"/>
35 <xi:include xmlns:xi="&xinclude;" href="postlfs/security/p11-kit.xml"/>
36
37<!--
38 LWP::Protocol::https-6.07 (Perl Module)
39-->
40
41
42</chapter>
Note: See TracBrowser for help on using the repository browser.