source: general/genlib/popt.xml@ 8d09223

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8d09223 was 197d9d4, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

minor fixes to xorg and popt. Change spacing in template for maintainability.

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

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
8<!ENTITY popt-download-ftp "ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
9<!ENTITY popt-size "562 KB">
10<!ENTITY popt-buildsize "17.4 MB">
11<!ENTITY popt-time "0.06 SBU">
12]>
13
14<sect1 id="popt" xreflabel="popt-&popt-version;-5">
15
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20
21<?dbhtml filename="popt.html"?>
22
23<title><application>popt</application>-&popt-version;-5</title>
24
25<indexterm zone="popt">
26 <primary sortas="a-popt">Popt</primary>
27</indexterm>
28
29<sect2>
30<title>Introduction to <application>popt</application></title>
31
32<para>The <application>popt</application> package contains the
33<application>popt</application> libraries which are used by
34some programs to parse command-line options.</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38 <listitem><para>Download (HTTP):
39 <ulink url="&popt-download-http;"/></para></listitem>
40 <listitem><para>Download (FTP):
41 <ulink url="&popt-download-ftp;"/></para></listitem>
42 <listitem><para>Download size: &popt-size;</para></listitem>
43 <listitem><para>Estimated disk space required:
44 &popt-buildsize;</para></listitem>
45 <listitem><para>Estimated build time:
46 &popt-time;</para></listitem>
47</itemizedlist>
48</sect3>
49
50<sect3><title>Additional downloads</title>
51<itemizedlist spacing='compact'>
52 <listitem><para>Patch level upgrade: <ulink
53 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
54 </listitem>
55</itemizedlist>
56</sect3>
57
58</sect2>
59
60<sect2>
61<title>Installation of <application>popt</application></title>
62
63<para>Install <application>popt</application> by running the following
64commands:</para>
65
66<screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff &amp;&amp;
67./configure --prefix=/usr &amp;&amp;
68cp configure.in configure.ac &amp;&amp;
69touch configure.in configure.ac &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Command explanations</title>
77
78<para><command>cp configure.in configure.ac</command>:
79Because <filename>configure.in</filename> is updated with the patch,
80this file is needed for <command>make</command> to work properly.</para>
81
82<para><command>touch configure.in configure.ac</command>:
83Ensure file timestamps are the same.</para>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<segmentedlist>
91 <segtitle>Installed Library</segtitle>
92 <seglistitem>
93 <seg>libpopt</seg>
94 </seglistitem>
95</segmentedlist>
96
97<variablelist>
98 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
99 <?dbfo list-presentation="list"?>
100
101 <varlistentry id="libpopt">
102 <term><filename role='library'>libpopt.so</filename></term>
103 <listitem>
104 <para> is used to parse command-line options.</para>
105 <indexterm zone="popt libpopt">
106 <primary sortas="c-libpopt">libpopt</primary>
107 </indexterm>
108 </listitem>
109 </varlistentry>
110</variablelist>
111
112</sect2>
113
114</sect1>
115
Note: See TracBrowser for help on using the repository browser.