source: gnome/games/iagno.xml@ a900ec1

systemd-13485
Last change on this file since a900ec1 was a900ec1, checked in by Christopher Gregory <cjg@…>, 9 years ago

Updated to gnome-themes-standard-3.14.2.3, gnome-user-share-3.14.1, iagno-3.14.2, libwnck-3.14.0, notification-daemon-3.14.1, and hicolor-icon-theme-0.14.

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

  • Property mode set to 100644
File size: 4.2 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 iagno-download-http "&gnome-download-http;/iagno/&gnome-minor14;/iagno-&iagno-version;.tar.xz">
8 <!ENTITY iagno-download-ftp "&gnome-download-ftp;/iagno/&gnome-minor14;/iagno-&iagno-version;.tar.xz">
9 <!ENTITY iagno-md5sum "e42a13bda9897f972d74d1a991586e22">
10 <!ENTITY iagno-size "1.7 MB">
11 <!ENTITY iagno-buildsize "28.6 MB">
12 <!ENTITY iagno-time "0.1 SBU">
13]>
14
15<sect2 id="iagno" xreflabel="iagno-&iagno-version;">
16 <?dbhtml filename="iagno.html"?>
17
18 <sect2info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect2info>
22
23 <title>iagno-&iagno-version;</title>
24
25 <indexterm zone="iagno">
26 <primary sortas="a-iagno">iagno</primary>
27 </indexterm>
28
29 <sect3 role="package">
30 <title>Introduction to Iagno</title>
31
32 <para>
33 <application>iagno</application> is a computer version of the game
34 Reversi, more popularly called Othello. Iagno is a
35 two player strategy game similar to Go. The board is 8 by 8 with
36 tiles that are black on one side and white on the other side.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect4">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&iagno-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&iagno-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &iagno-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &iagno-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &iagno-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &iagno-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Iagno Dependencies</bridgehead>
76
77 <bridgehead renderas="sect5">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk3"/>,
80 <xref linkend="libcanberra"/>,
81 <xref linkend="itstool"/>, and
82 <xref linkend="librsvg"/>
83 </para>
84
85 <bridgehead renderas="sect5">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="gobject-introspection"/> and
88 <xref linkend="hicolor-icon-theme"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/iagno"/>
93 </para>
94 </sect3>
95
96 <sect3 role="installation">
97 <title>Installation of Iagno</title>
98
99 <para>
100 Install <application>iagno</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
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 </sect3>
118
119 <sect3 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 iagno
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/share/iagno and
136 /usr/share/help/*/iagno
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect4">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="iagno-prog">
147 <term><command>iagno</command></term>
148 <listitem>
149 <para>
150 is the executable.
151 </para>
152 <indexterm zone="iagno iagno-prog">
153 <primary sortas="b-iagno">iagno</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect3>
161
162</sect2>
Note: See TracBrowser for help on using the repository browser.