Changeset c50cc901 for general


Ignore:
Timestamp:
07/19/2012 07:15:06 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
cc13920
Parents:
b24bfef
Message:

CMake 2.8.8 and Libarchive 3.0.4.

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    rb24bfef rc50cc901  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "e1b237aeaed880f65dec9c20602452f6">
     9  <!ENTITY cmake-md5sum        "ba74b22c788a0c8547976b880cd02b17">
    1010  <!ENTITY cmake-size          "5.4 MB">
    11   <!ENTITY cmake-buildsize     "220 MB (including tests)">
     11  <!ENTITY cmake-buildsize     "262 MB (including tests)">
    1212  <!ENTITY cmake-time          "1.8 SBU (additional 6.5 SBU for the test suite)">
    1313]>
     
    3030    <title>Introduction to CMake</title>
    3131
    32     <para>The <application>CMake</application> package contains a modern toolset used
    33     for generating <filename>Makefile</filename>s. It is a successor of the auto-generated
    34     <command>configure</command> script.</para>
     32    <para>The <application>CMake</application> package contains a modern
     33    toolset used for generating Makefiles. It is a successor of the
     34    auto-generated <command>configure</command> script and aims to be platform-
     35    and compiler-independent. A significant user of
     36    <application>CMake</application> is <application>KDE</application> since
     37    version 4.</para>
    3538
    3639    &lfs71_checked;
     
    6366    <para role="required">
    6467      <xref linkend="curl"/>,
    65       <xref linkend="libarchive"/>, and
     68      <xref linkend="libarchive"/> and
    6669      <xref linkend="expat"/>
    6770    </para>
     
    122125      <seglistitem>
    123126        <seg>ccmake, cmake, cmake-gui, cpack and ctest</seg>
    124         <seg>None</seg>
     127        <seg>none</seg>
    125128        <seg>/usr/share/cmake-&cmake-major-version; and
    126129        /usr/share/doc/cmake-&cmake-version;</seg>
  • general/sysutils/libarchive.xml

    rb24bfef rc50cc901  
    55  %general-entities;
    66
    7   <!ENTITY libarchive-download-http "http://libarchive.googlecode.com/files/libarchive-&libarchive-version;.tar.gz">
     7  <!ENTITY libarchive-download-http "http://github.com/downloads/libarchive/libarchive/libarchive-&libarchive-version;.tar.gz">
    88  <!ENTITY libarchive-download-ftp  " ">
    9   <!ENTITY libarchive-md5sum        "ca4090f0099432a9ac5a8b6618dc3892">
    10   <!ENTITY libarchive-size          "3.3 MB">
    11   <!ENTITY libarchive-buildsize     "23 MB">
     9  <!ENTITY libarchive-md5sum        "af443ca9a10ddbcbf00f7ae34ca7fc16">
     10  <!ENTITY libarchive-size          "3.5 MB">
     11  <!ENTITY libarchive-buildsize     "39 MB">
    1212  <!ENTITY libarchive-time          "0.5 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.