tar.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. <sect1 id="ch-system-tar" role="wrap">
  8. <?dbhtml filename="tar.html"?>
  9. <sect1info condition="script">
  10. <productname>tar</productname>
  11. <productnumber>&tar-version;</productnumber>
  12. <address>&tar-url;</address>
  13. </sect1info>
  14. <title>Tar-&tar-version;</title>
  15. <indexterm zone="ch-system-tar">
  16. <primary sortas="a-Tar">Tar</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Tar package contains an archiving program.</para>
  21. <segmentedlist>
  22. <segtitle>&buildtime;</segtitle>
  23. <segtitle>&diskspace;</segtitle>
  24. <seglistitem>
  25. <seg>&tar-ch6-sbu;</seg>
  26. <seg>&tar-ch6-du;</seg>
  27. </seglistitem>
  28. </segmentedlist>
  29. </sect2>
  30. <sect2 role="installation">
  31. <title>Installation of Tar</title>
  32. <para>Prepare Tar for compilation:</para>
  33. <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \
  34. ./configure --prefix=/usr \
  35. --bindir=/bin</userinput></screen>
  36. <variablelist>
  37. <title>The meaning of the configure options:</title>
  38. <varlistentry>
  39. <term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term>
  40. <listitem>
  41. <para>This forces the test for <function>mknod</function> to be run
  42. as root. It is generally considered dangerous to run this test as
  43. the root user, but as it is being run on a system that has only been
  44. partially built, overriding it is OK.</para>
  45. </listitem>
  46. </varlistentry>
  47. </variablelist>
  48. <para>Compile the package:</para>
  49. <screen><userinput remap="make">make</userinput></screen>
  50. <para>To test the results (about 3 SBU), issue:</para>
  51. <screen><userinput remap="test">make check</userinput></screen>
  52. <!-- Seems to pass for version 1.31. Keeping as a comment just in case...
  53. <para>One test, link mismatch, is known to fail.</para>
  54. -->
  55. <para>Install the package:</para>
  56. <screen><userinput remap="install">make install
  57. make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
  58. </sect2>
  59. <sect2 id="contents-tar" role="content">
  60. <title>Contents of Tar</title>
  61. <segmentedlist>
  62. <segtitle>Installed programs</segtitle>
  63. <segtitle>Installed directory</segtitle>
  64. <seglistitem>
  65. <seg>tar</seg>
  66. <seg>/usr/share/doc/tar-&tar-version;</seg>
  67. </seglistitem>
  68. </segmentedlist>
  69. <variablelist>
  70. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  71. <?dbfo list-presentation="list"?>
  72. <?dbhtml list-presentation="table"?>
  73. <varlistentry id="tar">
  74. <term><command>tar</command></term>
  75. <listitem>
  76. <para>Creates, extracts files from, and lists the contents of archives,
  77. also known as tarballs</para>
  78. <indexterm zone="ch-system-tar tar">
  79. <primary sortas="b-tar">tar</primary>
  80. </indexterm>
  81. </listitem>
  82. </varlistentry>
  83. </variablelist>
  84. </sect2>
  85. </sect1>