source: archive/gnome/aisleriot.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.4 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 aisleriot-download-http "&gnome-download-http;/aisleriot/3.6/aisleriot-&aisleriot-version;.tar.xz">
8 <!ENTITY aisleriot-download-ftp "&gnome-download-ftp;/aisleriot/3.6/aisleriot-&aisleriot-version;.tar.xz">
9 <!ENTITY aisleriot-md5sum "70a3ac85ffecbb08b17b047677c99e5d">
10 <!ENTITY aisleriot-size "4.0 MB">
11 <!ENTITY aisleriot-buildsize "70 MB">
12 <!ENTITY aisleriot-time "0.5 SBU">
13]>
14
15<sect1 id="aisleriot" xreflabel="Aisleriot-&aisleriot-version;">
16 <?dbhtml filename="aisleriot.html"?>
17
18
19 <title>Aisleriot-&aisleriot-version;</title>
20
21 <indexterm zone="aisleriot">
22 <primary sortas="a-Aisleriot">Aisleriot</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Aisleriot</title>
27
28 <para>
29 <application>Aisleriot</application> (also known as Solitaire or sol) is a
30 collection of card games which are easy to play with the aid of a mouse. The rules
31 for the games have been coded for your pleasure in the
32 <application>GNOME</application> scripting language (Scheme).
33 </para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&aisleriot-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&aisleriot-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &aisleriot-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &aisleriot-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &aisleriot-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &aisleriot-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Aisleriot Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="GConf"/>,
76 <xref linkend="gtk3"/>,
77 <xref linkend="guile"/>,
78 <xref linkend="libcanberra"/>,
79 <xref linkend="librsvg"/> and
80 <xref linkend="yelp-xsl"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <ulink url="http://www.valgrind.org">Valgrind</ulink>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/aisleriot"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Aisleriot</title>
95
96 <para>
97 Install <application>Aisleriot</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --sysconfdir=/etc \
103 --libexecdir=/usr/lib &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 sol
129 </seg>
130 <seg>
131 None
132 </seg>
133 <seg>
134 /usr/lib/aisleriot,
135 /usr/share/aisleriot and
136 /usr/share/help/*/aisleriot
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="sol">
147 <term><command>sol</command></term>
148 <listitem>
149 <para>
150 is a collection of card games.
151 </para>
152 <indexterm zone="aisleriot sol">
153 <primary sortas="b-sol">sol</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.