source: clfs-sysroot/BOOK/final-system/common/tar.xml @ c439b8a

Last change on this file since c439b8a was c439b8a, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated CLFS-Sysroot book sources to use DocBook?-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-tar" role="wrap">
9  <?dbhtml filename="tar.html"?>
10
11  <title>Tar-&tar-version;</title>
12
13  <indexterm zone="ch-system-tar">
14    <primary sortas="a-Tar">Tar</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Tar package contains an archiving program.</para>
21
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Tar</title>
27
28    <para os="a">Prepare Tar for compilation:</para>
29
30<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
31    --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
32
33    <para os="c">Compile the package:</para>
34
35<screen os="d"><userinput>make</userinput></screen>
36
37    <para os="e">Install the package:</para>
38
39<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
40
41  </sect2>
42
43  <sect2 id="contents-tar" role="content">
44    <title>Contents of Tar</title>
45
46    <segmentedlist>
47      <segtitle>Installed programs</segtitle>
48
49      <seglistitem>
50        <seg>rmt and tar</seg>
51      </seglistitem>
52    </segmentedlist>
53
54    <variablelist>
55      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
56      <?dbfo list-presentation="list"?>
57      <?dbhtml list-presentation="table"?>
58
59      <varlistentry id="rmt">
60        <term><command>rmt</command></term>
61        <listitem>
62          <para>Remotely manipulates a magnetic
63          tape drive through an interprocess communication connection</para>
64          <indexterm zone="ch-system-tar rmt">
65            <primary sortas="b-rmt">rmt</primary>
66          </indexterm>
67        </listitem>
68      </varlistentry>
69
70      <varlistentry id="tar">
71        <term><command>tar</command></term>
72        <listitem>
73          <para>Creates, extracts files from, and lists the contents of
74          archives, also known as tarballs</para>
75          <indexterm zone="ch-system-tar tar">
76            <primary sortas="b-tar">tar</primary>
77          </indexterm>
78        </listitem>
79      </varlistentry>
80
81    </variablelist>
82
83  </sect2>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.