source: general/genlib/gcab.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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.6/gcab-&gcab-version;.tar.xz">
9 <!ENTITY gcab-download-ftp
10 "&gnome-download-ftp;/gcab/0.6/gcab-&gcab-version;.tar.xz">
11 <!ENTITY gcab-md5sum "dd7333644cb88995693f043da9bf55d3">
12 <!ENTITY gcab-size "312 KB">
13 <!ENTITY gcab-buildsize "5.9 MB">
14 <!ENTITY gcab-time "0.1 SBU">
15]>
16
17<sect1 id="gcab" xreflabel="gcab-&gcab-version;">
18 <?dbhtml filename="gcab.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy: fernando $</othername>
22 <date>$Date: 2014-09-26 16:16:41 +0200 (Fri, 26 Sep 2014) $</date>
23 </sect1info>
24
25 <title>gcab-&gcab-version;</title>
26
27 <indexterm zone="gcab">
28 <primary sortas="a-gcab">gcab</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gcab</title>
33
34 <para>
35 The <application>Gcab</application> package contains a
36 program and a library used to create Microsoft cabinet
37 (.cab) archives.
38 </para>
39
40 &lfs77_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gcab-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gcab-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gcab-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gcab-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gcab-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gcab-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gcab"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Gcab</title>
99
100 <para>
101 Install <application>Gcab</application> by running
102 the following commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gtk-doc-rebuild.xml"/>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 gcab
142 </seg>
143 <seg>
144 libgcab-1.0.so
145 </seg>
146 <seg>
147 /usr/include/libgcab-1.0
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.