source: general/genutils/sharutils.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2d0650b was 6030130, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to git-2.23.0
Tag the rest of the packages I normally build before Xorg

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

  • Property mode set to 100644
File size: 5.1 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 <!ENTITY sharutils-download-http "&gnu-http;/sharutils/sharutils-&sharutils-version;.tar.xz">
8 <!ENTITY sharutils-download-ftp "&gnu-ftp;/sharutils/sharutils-&sharutils-version;.tar.xz">
9 <!ENTITY sharutils-md5sum "5975ce21da36491d7aa6dc2b0d9788e0">
10 <!ENTITY sharutils-size "1.1 MB">
11 <!ENTITY sharutils-buildsize "22 MB (with the test suite)">
12 <!ENTITY sharutils-time "0.4 SBU (with the test suite)">
13]>
14
15<sect1 id="sharutils" xreflabel="Sharutils-&sharutils-version;">
16 <?dbhtml filename="sharutils.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Sharutils-&sharutils-version;</title>
24
25 <indexterm zone="sharutils">
26 <primary sortas="a-Sharutils">Sharutils</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Sharutils</title>
31
32 <para>
33 The <application>Sharutils</application> package contains
34 utilities that can create 'shell' archives.
35 </para>
36
37 &lfs90_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&sharutils-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&sharutils-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &sharutils-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &sharutils-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &sharutils-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &sharutils-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/sharutils"/>
75 </para>
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Sharutils</title>
80
81 <para>
82 Install <application>Sharutils</application> by running
83 the following commands:
84 </para>
85
86<screen><userinput>sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c &amp;&amp;
87echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h &amp;&amp;
88
89./configure --prefix=/usr &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directories</segtitle>
111
112 <seglistitem>
113 <seg>
114 shar, unshar, uudecode and uuencode
115 </seg>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="shar">
131 <term><command>shar</command></term>
132 <listitem>
133 <para>
134 creates "shell archives" (or shar files) which are in
135 text format and can be mailed.
136 </para>
137 <indexterm zone="sharutils shar">
138 <primary sortas="b-shar">shar</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="unshar">
144 <term><command>unshar</command></term>
145 <listitem>
146 <para>
147 unpacks a shar file.
148 </para>
149 <indexterm zone="sharutils unshar">
150 <primary sortas="b-unshar">unshar</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="uudecode">
156 <term><command>uudecode</command></term>
157 <listitem>
158 <para>
159 reads a file (or by default the standard input) and writes an
160 encoded version to the standard output. The encoding uses only
161 printing ASCII characters.
162 </para>
163 <indexterm zone="sharutils uudecode">
164 <primary sortas="b-uudecode">uudecode</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="uuencode">
170 <term><command>uuencode</command></term>
171 <listitem>
172 <para>
173 reads a file (or by default the standard input) and decodes
174 the uuencoded version to the standard output.
175 </para>
176 <indexterm zone="sharutils uuencode">
177 <primary sortas="b-uuencode">uuencode</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
187
Note: See TracBrowser for help on using the repository browser.