Ignore:
Timestamp:
10/28/2014 02:56:04 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
7a5d4878
Parents:
11dadc69
Message:

Update to Ruby-2.1.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r11dadc69 r5d388f2  
    55  %general-entities;
    66
    7   <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.bz2">
     7  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    99<!--
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-&ruby-version;-p&ruby-patch-version;.tar.bz2">
    1111-->
    12   <!ENTITY ruby-md5sum        "02b7da3bb06037c777ca52e1194efccb">
    13   <!ENTITY ruby-size          "12 MB">
    14   <!ENTITY ruby-buildsize     "477 MB">
    15   <!ENTITY ruby-time          "2.8 SBU (additional 0.2 SBU for tests)">
     12  <!ENTITY ruby-md5sum        "99aa2b01240d91edaecc2fc9d8254e44">
     13  <!ENTITY ruby-size          "9 MB">
     14  <!ENTITY ruby-buildsize     "337 MB (additional 550 MB for rdoc indexes and API documents)">
     15  <!ENTITY ruby-time          "2 SBU (additional 1.1 SBU for rdoc indexes and API documents 0.2 SBU for tests)">
    1616]>
    1717
     
    123123      <parameter>--enable-shared</parameter>: This switch enables building of
    124124      the <filename class="libraryfile">libruby</filename> shared library.
     125    </para>
     126
     127    <para>
     128      <option>--disable-install-doc</option>: This switch disables building and
     129      installing rdoc indexes and C API documents.
     130    </para>
     131
     132    <para>
     133      <option>--disable-install-rdoc</option>: This switch disables building
     134      and installing rdoc indexes.
     135    </para>
     136
     137    <para>
     138      <option>--disable-install-capi</option>: This switch disables building
     139      and installing C API documents.
    125140    </para>
    126141
Note: See TracChangeset for help on using the changeset viewer.