source: general/genlib/popt.xml@ d980016

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 d980016 was d980016, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update popt to 1.7-5

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

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