Ignore:
Timestamp:
09/26/2004 03:12:40 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
91d67d7
Parents:
621e95c
Message:

Added new package Ethereal-0.10.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • template/template.xml

    r621e95c r1a3dd316  
    1111  <!ENTITY template-download-http "http://">
    1212  <!ENTITY template-download-ftp  "ftp://">
     13  <!ENTITY template-md5sum        "MD5 Sum">
    1314  <!ENTITY template-size          "?? MB">
    1415  <!ENTITY template-buildsize     "?? MB">
     
    2425<title>template-&template-version;</title>
    2526
    26 
    2727<sect2>
    2828<title>Introduction to <application>template</application></title>
     
    3434<listitem><para>Download (HTTP): <ulink url="&template-download-http;"/></para></listitem>
    3535<listitem><para>Download (FTP): <ulink url="&template-download-ftp;"/></para></listitem>
     36<listitem><para>MD5 Sum: &template-md5sum;</para></listitem>
    3637<listitem><para>Download size: &template-size;</para></listitem>
    3738<listitem><para>Estimated Disk space required: &template-buildsize;</para></listitem>
     
    4243<itemizedlist spacing="compact">
    4344<listitem><para>Required Patch: <ulink
    44 url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para></listitem>
    45 </itemizedlist></sect3>
     45url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para>
     46</listitem></itemizedlist>
     47</sect3>
    4648
    4749<sect3><title><application>template</application> dependencies</title>
    4850<sect4><title>Required</title>
    49 <para>DEPENDENCE LIST</para></sect4>
     51<para><xref linkend="BLFS DEPENDENCY"/></para>
     52</sect4>
     53
    5054<sect4><title>Optional</title>
    51 <para>OPTIONAL LIST</para></sect4>
     55<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
     56</sect4>
    5257</sect3>
    5358
     
    5762<title>Installation of <application>template</application></title>
    5863
    59 <para>Install <application>template</application> by running the following commands:</para>
     64<para>Install <application>template</application> by running the following
     65commands:</para>
    6066
    61 <screen><userinput><command>./configure </command></userinput></screen>
     67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     68make &amp;&amp;
     69make install</command></userinput></screen>
    6270
    6371</sect2>
     
    92100<title>Contents</title>
    93101
    94 <para>The <application>template</application> package contains <command>
    95 LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
     102<para>The <application>template</application> package contains
     103<command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
    96104
    97105</sect2>
Note: See TracChangeset for help on using the changeset viewer.