source: general/genlib/popt.xml@ b3da5f2c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 b3da5f2c was b3da5f2c, checked in by Tushar Teredesai <tushar@…>, 18 years ago

Updated to popt-1.10.4

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

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY popt-download-http "http://rpm.net.in/mirror/rpm-4.4.x/popt-&popt-version;.tar.gz">
8 <!ENTITY popt-download-ftp "ftp://wraptastic.org/pub/rpm-4.4.x/popt-&popt-version;.tar.gz">
9 <!ENTITY popt-md5sum "63b943522a6788ae8f756ca123d83c00">
10 <!ENTITY popt-size "625 KB">
11 <!ENTITY popt-buildsize "6.5 MB">
12 <!ENTITY popt-time "0.29 SBU">
13]>
14
15<sect1 id="popt" xreflabel="popt-&popt-version;">
16 <?dbhtml filename="popt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">popt_&popt-version;.orig.tar</keyword>
23 <keyword role="ftpdir">popt</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Popt-&popt-version;</title>
28
29 <indexterm zone="popt">
30 <primary sortas="a-Popt">Popt</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Popt</title>
35
36 <para>The <application>popt</application> package contains the
37 <application>popt</application> libraries which are used by
38 some programs to parse command-line options.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&popt-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&popt-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &popt-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &popt-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &popt-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &popt-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/popt"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Popt</title>
69
70 <para>Install <application>popt</application> by running the following
71 commands:</para>
72
73<screen><userinput>autoreconf -f -i &amp;&amp;
74./configure --prefix=/usr &amp;&amp;
75make</userinput></screen>
76
77 <para>To test the results, issue:</para>
78
79<screen><userinput>make check</userinput></screen>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para><command>autoreconf -f -i</command>:
91 In this version, the maintainers did not generate the
92 autotooled files. This command regenerates these files so
93 that <filename>configure</filename> and <filename>Makefile.in</filename>
94 are created.</para>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Library</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>None</seg>
108 <seg>libpopt.{so,a}</seg>
109 <seg>None</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="libpopt">
119 <term><filename role='library'>libpopt.{so,a}</filename></term>
120 <listitem>
121 <para> is used to parse command-line options.</para>
122 <indexterm zone="popt libpopt">
123 <primary sortas="c-libpopt">libpopt.{so,a}</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127 </variablelist>
128
129 </sect2>
130
131</sect1>
132
Note: See TracBrowser for help on using the repository browser.