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 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: cytadela
Section: contrib/games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Sylvain Beucler <beuc@debian.org>
Build-Depends: debhelper (>= 9), libsdl1.2-dev, libsdl-mixer1.2-dev, mesa-common-dev, libglu1-mesa-dev, libvlc-dev (>= 2.0)
Standards-Version: 3.9.8
Homepage: http://cytadela.sf.net/
Vcs-Git: git://anonscm.debian.org/pkg-games/cytadela.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/cytadela.git
Package: cytadela
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cytadela-data (= ${source:Version}), vlc-plugin-base
Description: old-school first person shooter game
Cytadela is a single player game in which the player fights against
computer-controlled (AI) enemies. The goal of the game is to find six
bomb parts with which the Citadel has to be blown up.
.
To achieve it, the player not only has to defend himself against the
enemies, but (s)he also has to solve many riddles, such as switching
appropriate buttons in order to open some door, move some walls, etc.
.
It's a conversion of a first person shooter Amiga game originally
released in mid 1990's, first in Poland and then in other countries.
.
Cytadela requires a 3D graphics card. It uses the OpenGL and GLU
libraries for 3D, and SDL and SDL_mixer for 2D, music, sounds and
controllers.
Package: cytadela-dbg
Section: contrib/debug
Priority: extra
Architecture: any
Depends: cytadela (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for cytadela
This package contains the debugging symbols for cytadela.
Package: cytadela-data
Architecture: all
Depends: ${misc:Depends}
Suggests: fareditor
Description: game data for cytadela
This package contains data files required by the game Cytadela.
|