source: archive/printproto.xml@ 060c752c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 060c752c 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.0 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 printproto-download-http "http://xorg.freedesktop.org/releases/individual/proto/printproto-&printproto-version;.tar.bz2">
8 <!ENTITY printproto-download-ftp "ftp://ftp.x.org/pub/individual/proto/printproto-&printproto-version;.tar.bz2">
9 <!ENTITY printproto-md5sum "99d0e25feea2fead7d8325b7000b41c3">
10 <!ENTITY printproto-size "224 KB">
11 <!ENTITY printproto-buildsize "2.6 MB">
12 <!ENTITY printproto-time "less than 0.1 SBU">
13]>
14
15<sect1 id="printproto" xreflabel="printproto-&printproto-version;">
16 <?dbhtml filename="printproto.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>printproto-&printproto-version;</title>
24
25 <indexterm zone="printproto">
26 <primary sortas="a-printproto">printproto</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to printproto</title>
31
32 <para>The <application>printproto</application> package provides the
33 protocol headers for the <xref linkend="libXp"/> package.</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="&printproto-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&printproto-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &printproto-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &printproto-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &printproto-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &printproto-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/printproto"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of printproto</title>
68
69 <para>Install <application>printproto</application> by running the following
70 commands:</para>
71
72<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
73
74 <para>This package does not come with a test suite.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role="root"><userinput>make install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="content">
83 <title>Contents</title>
84
85 <segmentedlist>
86 <segtitle>Installed Programs</segtitle>
87 <segtitle>Installed Libraries</segtitle>
88 <segtitle>Installed Directory</segtitle>
89
90 <seglistitem>
91 <seg>None</seg>
92 <seg>None</seg>
93 <seg>None</seg>
94 </seglistitem>
95 </segmentedlist>
96
97 </sect2>
98
99</sect1>
Note: See TracBrowser for help on using the repository browser.