source: archive/gcab.xml@ acb648f

11.1 11.2 11.3 12.0 12.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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.8 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 gcab-download-http
8 "&gnome-download-http;/gcab/0.7/gcab-&gcab-version;.tar.xz">
9 <!ENTITY gcab-download-ftp
10 "&gnome-download-ftp;/gcab/0.7/gcab-&gcab-version;.tar.xz">
11 <!ENTITY gcab-md5sum "d8c54c340e56d0b6a8fe082fd04d8090">
12 <!ENTITY gcab-size "328 KB">
13 <!ENTITY gcab-buildsize "5.2 MB (with tests)">
14 <!ENTITY gcab-time "0.1 SBU (with tests)">
15]>
16
17<sect1 id="gcab" xreflabel="gcab-&gcab-version;" revision="systemd">
18 <?dbhtml filename="gcab.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>gcab-&gcab-version;</title>
25
26 <indexterm zone="gcab">
27 <primary sortas="a-gcab">gcab</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Gcab</title>
32
33 <para>
34 The <application>Gcab</application> package contains a
35 program and a library used to create Microsoft cabinet
36 (.cab) archives.
37 </para>
38
39 &lfs81_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gcab-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gcab-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gcab-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gcab-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gcab-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gcab-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gobject-introspection"/> and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="gtk-doc"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gcab"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Gcab</title>
98
99 <para>
100 Install <application>Gcab</application> by running
101 the following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../xincludes/gtk-doc-rebuild.xml"/>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Program</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 gcab
141 </seg>
142 <seg>
143 libgcab-1.0.so
144 </seg>
145 <seg>
146 /usr/include/libgcab-1.0 and
147 /usr/share/gtk-doc/html/gcab
148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="gcab-prog">
158 <term><command>gcab</command></term>
159 <listitem>
160 <para>
161 is a program used to create Microsoft cabinet
162 (.cab) archives.
163 </para>
164 <indexterm zone="gcab gcab-prog">
165 <primary sortas="b-gcab">gcab</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libgcab-1.0">
171 <term><filename class="libraryfile">libgcab-1.0.so</filename></term>
172 <listitem>
173 <para>
174 contains API functions for creating Microsoft
175 cabinet (.cab) archives.
176 </para>
177 <indexterm zone="gcab libgcab-1.0">
178 <primary sortas="c-libgcab-1.0">libgcab-1.0.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.