source: archive/libXp.xml@ 01cd3461

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym 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 01cd3461 was f82ac3f, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Archive unneeded packages

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

  • Property mode set to 100644
File size: 3.5 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 libXp-download-http "http://xorg.freedesktop.org/releases/individual/lib/libXp-&libXp-version;.tar.bz2">
8 <!ENTITY libXp-download-ftp "ftp://ftp.x.org/pub/individual/lib/libXp-&libXp-version;.tar.bz2">
9 <!ENTITY libXp-md5sum "bb038577c7f4e42a1b675fa6451bc4aa">
10 <!ENTITY libXp-size "292 KB">
11 <!ENTITY libXp-buildsize "4.9 MB">
12 <!ENTITY libXp-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libXp" xreflabel="libXp-&libXp-version;">
16 <?dbhtml filename="libXp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libXp-&libXp-version;</title>
24
25 <indexterm zone="libXp">
26 <primary sortas="a-libXp">libXp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libXp</title>
31
32 <para>The <application>libXp</application> package contains a library
33 implementing the X Print Protocol.</para>
34
35 &not-katamari;
36
37 &lfs74_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libXp-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libXp-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libXp-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libXp-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libXp-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libXp-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">libXp Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="printproto"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/libXp"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of libXp</title>
73
74 <para>Install <application>libXp</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
78make</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="content">
89 <title>Contents</title>
90
91 <segmentedlist>
92 <segtitle>Installed Programs</segtitle>
93 <segtitle>Installed Library</segtitle>
94 <segtitle>Installed Directories</segtitle>
95
96 <seglistitem>
97 <seg>None</seg>
98 <seg>libXp.so</seg>
99 <seg>None</seg>
100 </seglistitem>
101 </segmentedlist>
102
103 <variablelist>
104 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
105 <?dbfo list-presentation="list"?>
106 <?dbhtml list-presentation="table"?>
107
108 <varlistentry id="libXp-lib">
109 <term><filename class='libraryfile'>libXp.so</filename></term>
110 <listitem>
111 <para>is the library of X authority database routines.</para>
112 <indexterm zone="libXp libXp">
113 <primary sortas="c-libXp">libXp.so</primary>
114 </indexterm>
115 </listitem>
116 </varlistentry>
117
118 </variablelist>
119
120 </sect2>
121
122</sect1>
Note: See TracBrowser for help on using the repository browser.