Changeset ac21604 for general/genutils


Ignore:
Timestamp:
11/14/2017 05:46:39 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
09bc4a4
Parents:
a172df1
Message:

Time-1.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/time.xml

    ra172df1 rac21604  
    55  %general-entities;
    66
    7   <!ENTITY time-download-http "&gnu-http;/time/time-1.7.tar.gz">
    8   <!ENTITY time-download-ftp  "&gnu-ftp;/time/time-1.7.tar.gz">
    9   <!ENTITY time-md5sum        "e38d2b8b34b1ca259cf7b053caac32b3">
    10   <!ENTITY time-size          "101 KB">
    11   <!ENTITY time-buildsize     "640 KB">
    12   <!ENTITY time-time          "less than 0.1 SBU">
     7  <!ENTITY time-download-http "&gnu-http;/time/time-&time-version;.tar.gz">
     8  <!ENTITY time-download-ftp  "&gnu-ftp;/time/time-&time-version;.tar.gz">
     9  <!ENTITY time-md5sum        "4e00dcb8c3ab11c7cf5a0d698828ac96">
     10  <!ENTITY time-size          "533 KB">
     11  <!ENTITY time-buildsize     "3.9 MB (with tests)">
     12  <!ENTITY time-time          "0.1 SBU (with tests)">
    1313]>
    1414
    15 <!-- Try to keep the indentation used in this file-->
    1615<sect1 id="time" xreflabel="time-&time-version;">
    1716  <?dbhtml filename="time.html"?>
     
    2221  </sect1info>
    2322
    24   <!-- No other tags inside any title.
    25        Use Title Case in All Titles -->
    2623  <title>Time-&time-version;</title>
    2724
     
    3027  </indexterm>
    3128
    32   <!--Required section-->
    3329  <sect2 role="package">
    3430    <title>Introduction to Time</title>
     
    4339    <para>
    4440      Although the shell has a builtin command providing similar
    45       functionalities, this utility is reuired by the LSB.
     41      functionalities, this utility is required by the LSB.
    4642    </para>
    4743
     
    9591    </para>
    9692
    97 <screen><userinput>sed -i 's/$(ACLOCAL)//' Makefile.in                                            &amp;&amp;
    98 sed -i 's/lu", ptok ((UL) resp->ru.ru_maxrss)/ld", resp->ru.ru_maxrss/' time.c &amp;&amp;
    99 
    100 ./configure --prefix=/usr --infodir=/usr/share/info                            &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr &amp;&amp;
    10194make</userinput></screen>
    10295
    10396    <para>
    104       This package does not come with a test suite.
     97      To test the results, issue: <command>make check</command>.
    10598    </para>
    10699
     
    117110    <segmentedlist>
    118111      <segtitle>Installed Program</segtitle>
     112      <segtitle>Installed Library</segtitle>
     113      <segtitle>Installed Directory</segtitle>
     114
    119115      <seglistitem>
    120116        <seg>
    121117          time
     118        </seg>
     119        <seg>
     120          None
     121        </seg>
     122        <seg>
     123          None
    122124        </seg>
    123125      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.