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 45 46 47
|
Source: xracer
Section: games
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: autoconf (>= 2.52),
automake,
debhelper (>= 11),
dh-python,
docbook-to-man,
freeglut3-dev,
gettext,
html2text,
libjpeg-dev,
libtool,
libxi-dev,
libxmu-dev,
netpbm,
perl,
python3,
quilt (>= 0.46-7~)
Build-Conflicts: autoconf2.13
Standards-Version: 4.1.1
Package: xracer
Architecture: any
Depends: netpbm, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: xracer-tools
Description: Futuristic racing game
Xracer is a Wipeout clone, distributed under the GPL. It should be able to use
any OpenGL 1.1 compliant library. A 3D accelerator card is required.
.
This is the game data and binary.
.
If you want to build new tracks or other game data, you may also want to
install the xracer-tools package.
Package: xracer-tools
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${python3:Depends}
Recommends: xracer
Suggests: blender
Description: Futuristic racing game - developer tools
Xracer is a Wipeout clone, distributed under the GPL. It should be able to use
any OpenGL 1.1 compliant library. A 3D accelerator card is required.
.
These are a few tools to design your own game data. In order to play the game,
you will need the xracer package.
|