mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update popt to 1.7-5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3327 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2f6f8294f3
commit
d9800161a8
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "21">
|
||||
<!ENTITY day "22">
|
||||
<!ENTITY month "01">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "January &day;st, &year;">
|
||||
<!ENTITY releasedate "January &day;nd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
|
||||
<!ENTITY lfs-version "stable"> <!-- stable|testing|unstable] -->
|
||||
|
@ -4,20 +4,22 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY popt-download-http "http://gd.tuwien.ac.at/utils/rpm.org/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
||||
<!ENTITY popt-download-ftp "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-&popt-version;.tar.gz">
|
||||
<!ENTITY popt-size "564 KB">
|
||||
<!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
|
||||
<!ENTITY popt-download-ftp "ftp://ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
|
||||
<!ENTITY popt-size "562 KB">
|
||||
<!ENTITY popt-buildsize "17.4 MB">
|
||||
<!ENTITY popt-time "0.06 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="popt" xreflabel="popt-&popt-version;">
|
||||
<sect1 id="popt" xreflabel="popt-&popt-version;-5">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="popt.html"?>
|
||||
<title><application>popt</application>-&popt-version;</title>
|
||||
<title><application>popt</application>-&popt-version;-5</title>
|
||||
<indexterm zone="popt">
|
||||
<primary sortas="a-popt">Popt</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>popt</application></title>
|
||||
@ -39,6 +41,13 @@ some programs to parse command-line options.</para>
|
||||
&popt-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title>Additional downloads</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Patch level upgrade: <ulink
|
||||
url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem>
|
||||
</itemizedlist>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
@ -47,25 +56,53 @@ some programs to parse command-line options.</para>
|
||||
<para>Install <application>popt</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
<screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff &&
|
||||
./configure --prefix=/usr &&
|
||||
cp configure.in configure.ac &&
|
||||
touch configure.in configure.ac &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para>The <application>popt</application> package contains the
|
||||
<filename class="libraryfile">libpopt</filename> libraries.</para>
|
||||
<para><command>cp configure.in configure.ac</command>:
|
||||
Because we updated <filename>configure.in</filename> with the patch,
|
||||
we need to create this file for configure to work properly.</para>
|
||||
|
||||
<para><command>touch configure.in configure.ac</command>:
|
||||
Ensure file timestamps are the same.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<sect3><title>popt library</title>
|
||||
<para>The <filename class="libraryfile">libpopt</filename> library is used to
|
||||
parse command-line options.</para></sect3>
|
||||
<segmentedlist>
|
||||
<!-- <segtitle>Installed Program</segtitle> -->
|
||||
<segtitle>Installed Library</segtitle>
|
||||
<!-- <segtitle>Installed Directories</segtitle> -->
|
||||
<seglistitem>
|
||||
<!-- <seg>tclsh</seg> -->
|
||||
<seg>libpopt</seg>
|
||||
<!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> -->
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<varlistentry id="libpopt">
|
||||
<term><filename role='library'>libpopt.so</filename></term>
|
||||
<listitem><para> is used to parse command-line options.</para>
|
||||
<indexterm zone="popt libpopt">
|
||||
<primary sortas="c-libpopt">libpopt</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 22nd, 2005 [bdubbs]: Updated to libpopt-1.7-5
|
||||
and uodated download locations.</para></listitem>
|
||||
|
||||
<listitem><para>January 20th, 2005 [randy]: Updated to MPlayer-1.0pre6a,
|
||||
xine Libraries-1.0 and xine User Interface-0.99.3.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user