1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: tagua
Section: games
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: debhelper (>= 5), libkdegames-dev (>= 4:4.2.0), kdelibs5-dev (>= 4:4.0.72), cmake, libboost-dev, libqimageblitz-dev, liblua5.1-0-dev, kdesdk-scripts, pkg-config
Standards-Version: 3.8.4
Package: tagua
Architecture: any
Depends: tagua-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: gnuchess, phalanx, crafty, sjeng, fairymax, gnushogi, gnuminishogi, gpsshogi
Description: Board-game frontend for playing chess variants and other games
Tagua is a frontend for a variety of board games. Currently
supported games include chess, shogi and a couple of variants of
those games.
.
Tagua is based on a powerful plugin system that allows many games to
share the same graphical framework, game history handling,
interoperability with AI engines and connectivity to network servers.
.
It currently has support for xboard-compatible chess engines, and
xshogi-compatible shogi engines, as well as network play on chess ICS
servers.
Package: tagua-data
Architecture: all
Depends: ${misc:Depends}
Description: Theme data for the tagua board-game frontend
This package contains the architecture independent data files
required by tagua.
|