Changeset af822af for general/sysutils


Ignore:
Timestamp:
01/20/2011 07:52:11 PM (13 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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
Children:
fd27868
Parents:
57f7cfa
Message:

Fix some inaccuracies in libarchive, move cmake to sysutils

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

Location:
general/sysutils
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/cmake.xml

    r57f7cfa raf822af  
    3131
    3232    <para>The <application>CMake</application> package contains a modern toolset used
    33     for generating Makefiles. It is a successor of the auto-generated
    34     <filename>configure</filename> script.</para>
     33    for generating <filename>Makefiles</filename>. It is a successor of the auto-generated
     34    <command>configure</command> script.</para>
    3535
    3636    &lfs67_checked;
     
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required">
    74     <xref linkend="libarchive"/>
     74    <xref linkend="curl"/>,
     75    <xref linkend="libarchive"/> and
    7576    <xref linkend="expat"/>
    7677    </para>
     
    9798<screen role="root"><userinput>make install</userinput></screen>
    9899
    99     <para>CMake supports DESTDIR in the generated Makefiles as well as in the Makefile
    100     used to build CMake itself.</para>
    101 
    102100  </sect2>
    103101
     
    106104
    107105    <para><option>--system-libs</option>: This option forces the build system
    108     to link against <application>zlib</application>, <application>curl</application> and
    109     <application>expat</application> installed on the system.</para>
     106    to link against <application>zlib</application>, <application>bzip2</application>,
     107    <application>curl</application> and <application>expat</application> installed
     108    on the system.</para>
    110109
    111110  </sect2>
  • general/sysutils/libarchive.xml

    r57f7cfa raf822af  
    3131
    3232    <para>The <application>libarchive</application> library provides a single interface for
    33     reading/writing various compession formats.</para>
     33    reading/writing various compression formats.</para>
    3434
    3535    &lfs67_checked;
     
    6969    <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
    7070
    71     <bridgehead renderas="sect4">Recommended</bridgehead>
    72     <para role="recommended">
    73     <xref linkend="attr"/>,
     71    <bridgehead renderas="sect4">Optional</bridgehead>
     72    <para role="optional">
    7473    <xref linkend="libxml2"/> or <xref linkend="expat"/>,
    75     <xref linkend="xz-utils"/>,
    76     <xref linkend="openssl"/>
     74    <xref linkend="xz-utils"/>
    7775    </para>
    7876
     
    9593<screen role="root"><userinput>make install</userinput></screen>
    9694
    97     <para>libarchive supports DESTDIR installation.</para>
    98 
    9995  </sect2>
    10096
     
    108104
    109105      <seglistitem>
    110         <seg>bsdtr, bsdcpio</seg>
     106        <seg>bsdtar, bsdcpio</seg>
    111107        <seg>libarchive.{so,a}</seg>
    112108        <seg></seg>
  • general/sysutils/sysutils.xml

    r57f7cfa raf822af  
    4646  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libarchive.xml"/>
     48  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake.xml"/>
    4849  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzma-utils.xml"/> -->
    4950  <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> -->
Note: See TracChangeset for help on using the changeset viewer.