Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/slang.xml

    r20a35ab r3f2db3a6  
    77  <!ENTITY slang-download-http "https://www.jedsoft.org/releases/slang/slang-&slang-version;.tar.bz2">
    88  <!ENTITY slang-download-ftp  " ">
    9   <!ENTITY slang-md5sum        "c2d5a7aa0246627da490be4e399c87cb">
    10   <!ENTITY slang-size          "1.5 MB">
    11   <!ENTITY slang-buildsize     "29 MB (add 4 MB for tests)">
    12   <!ENTITY slang-time          "0.4 SBU (add 0.2 SBU for tests)">
     9  <!ENTITY slang-md5sum        "69015c8300088373eb65ffcc6ed4db8c">
     10  <!ENTITY slang-size          "1.6 MB">
     11  <!ENTITY slang-buildsize     "22 MB (add 15 MB for tests)">
     12  <!ENTITY slang-time          "0.4 SBU (add 0.5 SBU for tests)">
    1313]>
    1414
     
    1616  <?dbhtml filename="slang.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>slang-&slang-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    10097
    10198    <para>
    102       To test the results, issue: <command>make check</command>. Note that
    103       this will also create a static version of the library which will then be
    104       installed in the next step.
     99      To test the results, issue: <command>make check</command>.
    105100    </para>
    106101
     
    111106<screen role='root'><userinput>make install_doc_dir=/usr/share/doc/slang-&slang-version;   \
    112107     SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh \
    113      install-all &amp;&amp;
     108     install &amp;&amp;
    114109
    115 chmod -v 755 /usr/lib/libslang.so.&slang-version; \
    116              /usr/lib/slang/v2/modules/*.so</userinput></screen>
     110chmod -v 755 /usr/lib/slang/v2/modules/*.so</userinput></screen>
    117111  </sect2>
    118112
     
    128122    <para>
    129123      <command>make install_doc_dir=/usr/share/doc/slang-&slang-version;
    130       SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install-all</command>:
    131       This command installs the static library as well as
    132       the dynamic shared version and related modules. It also changes the
    133       documentation installation directories to a versioned directory.
     124      SLSH_DOC_DIR=/usr/share/doc/slang-&slang-version;/slsh install</command>:
     125      This command installs this package with a versioned documentation
     126      installation directory.
    134127    </para>
    135128
     
    167160      <seglistitem>
    168161        <seg>slsh</seg>
    169         <seg>libslang.{so,a} and numerous support modules</seg>
     162        <seg>libslang.so and numerous support modules</seg>
    170163        <seg>/usr/lib/slang, /usr/share/doc/slang-&slang-version;
    171164        and /usr/share/slsh</seg>
Note: See TracChangeset for help on using the changeset viewer.