mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
c569acc565
Update to elfutils-0.167 Plenty of tags git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17665 af4574ff-66df-0310-9fd7-8a98e5e911e0
122 lines
3.4 KiB
XML
122 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY hd2u-download-http "http://hany.sk/~hany/_data/hd2u/hd2u-&hd2u-version;.tgz">
|
|
<!ENTITY hd2u-download-ftp " ">
|
|
<!ENTITY hd2u-md5sum "8f6668fafb279aa19f956ec0515717b6">
|
|
<!ENTITY hd2u-size "64 KB">
|
|
<!ENTITY hd2u-buildsize "380 KB">
|
|
<!ENTITY hd2u-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="hd2u" xreflabel="hd2u-&hd2u-version;">
|
|
<?dbhtml filename="hd2u.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Hd2u-&hd2u-version;</title>
|
|
|
|
<indexterm zone="hd2u">
|
|
<primary sortas="a-Hd2u">Hd2u</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Hd2u</title>
|
|
|
|
<para>The <application>hd2u</application> package contains
|
|
an any to any text format converter.</para>
|
|
|
|
&lfs7a_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&hd2u-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&hd2u-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &hd2u-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &hd2u-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &hd2u-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &hd2u-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Hd2u Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="popt"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/hd2u"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Hd2u</title>
|
|
|
|
<para>Install <application>hd2u</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>dos2unix</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="dos2unix">
|
|
<term><command>dos2unix</command></term>
|
|
<listitem>
|
|
<para>converts text between various OS formats (such as
|
|
converting from DOS format to Unix).</para>
|
|
<indexterm zone="hd2u dos2unix">
|
|
<primary sortas="b-dos2unix">dos2unix</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|