source: general/genlib/popt.xml@ 7f76b96

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 7f76b96 was 7f76b96, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Reverted the DTD change. That don't be done untiltomorrow.

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