Changeset 17d6b7c for general/genlib


Ignore:
Timestamp:
01/02/2014 08:57:30 PM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e8c07fad
Parents:
e4a1f8a9
Message:

use clucene tarball

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/clucene.xml

    re4a1f8a9 r17d6b7c  
    55  %general-entities;
    66
    7   <!ENTITY clucene-download-http " ">
     7  <!ENTITY clucene-download-http "http://downloads.sourceforge.net/clucene/clucene-core-&clucene-version;.tar.gz">
    88  <!ENTITY clucene-download-ftp  " ">
    9   <!ENTITY clucene-md5sum        " ">
    10   <!ENTITY clucene-size          "19 MB">
    11   <!ENTITY clucene-buildsize     "86 MB">
     9  <!ENTITY clucene-md5sum        "48d647fbd8ef8889e5a7f422c1bfda94">
     10  <!ENTITY clucene-size          "2.2 MB">
     11  <!ENTITY clucene-buildsize     "78 MB">
    1212  <!ENTITY clucene-time          "0.8 SBU">
    1313]>
     
    4343        <para>Download (FTP): <ulink url="&clucene-download-ftp;"/></para>
    4444      </listitem>
    45 <!--
    4645      <listitem>
    4746        <para>Download MD5 sum: &clucene-md5sum;</para>
    4847      </listitem>
    49 -->
    5048      <listitem>
    5149        <para>Download size: &clucene-size;</para>
     
    7169    <bridgehead renderas="sect4">Required</bridgehead>
    7270    <para role="required">
    73       <xref linkend="git"/> and
    7471      <xref linkend="cmake"/>
    7572    </para>
     
    8784  <sect2 role="installation">
    8885    <title>Installation of CLucene</title>
    89 
    90     <para>
    91       Since <application>CLucene</application> developers haven't released any
    92       tarballs yet, to obtain the source code first clone
    93       <application>CLucene</application> git repository then checkout the
    94       &clucene-version; version:
    95     </para>
    96 
    97 <screen><userinput>git clone git://clucene.git.sourceforge.net/gitroot/clucene/clucene &amp;&amp;
    98 cd clucene &amp;&amp;
    99 git checkout tags/clucene-src-&clucene-version;</userinput></screen>
    10086
    10187    <para>Install <application>CLucene</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.