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
|
Source: crossfire
Section: games
Priority: optional
Maintainer: Kari Pahula <kaol@debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7), cdbs, flex, python-all-dev, libsqlite3-dev, dh-autoreconf, bzip2, libcurl4-gnutls-dev | libcurl-dev, dh-systemd (>= 1.5)
Homepage: http://crossfire.real-time.com/
Package: crossfire-server
Architecture: any
Depends: bzip2, crossfire-maps, crossfire-common (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Server for Crossfire Games
This is the server program for the crossfire client
.
Crossfire is a multiplayer graphical arcade and adventure game made for
the X environment.
It has certain flavours from other games, especially Gauntlet (TM)
and Nethack/Moria.
Any number of players can move around in their own window, finding
and using items and battle monsters. They can choose to cooperate
or compete in the same "world".
Package: crossfire-common
Architecture: all
Depends: ${misc:Depends}
Description: Architecture independent common files for Crossfire server
Crossfire is a multiplayer graphical arcade and adventure game made for
the X environment.
It has certain flavors from other games, especially Gauntlet (TM)
and Nethack/Moria.
Any number of players can move around in their own window, finding
and using items and battle monsters. They can choose to cooperate
or compete in the same "world".
Package: crossfire-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation for Crossfire
This is the document package for crossfire. It has information for
both the server and the client.
|