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 48 49 50 51
|
Source: slimevolley
Section: games
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Vincent Duvert (VinDuv) <vincent.duvert@free.fr>
Build-Depends:
cmake,
debhelper-compat (= 13),
libsdl-image1.2-dev,
libsdl-net1.2-dev,
libsdl-ttf2.0-dev,
libsdl1.2-dev
Standards-Version: 4.5.0
Homepage: https://slime.tuxfamily.org/
Vcs-Git: https://salsa.debian.org/games-team/slimevolley.git
Vcs-Browser: https://salsa.debian.org/games-team/slimevolley
Rules-Requires-Root: no
Package: slimevolley
Architecture: any
Depends:
slimevolley-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: unrealistic 2D volleyball simulation
Slime Volley is a 2D arcade-oriented volleyball simulation, in the spirit of
some Java games of the same name.
Two teams, 1-3 players each, try to be the first to get 10 points. This happens
when the one ball touches the floor on the other side of the net.
There can be 1 to 8 balls in game.
Each player use 4 keys, 2 direction keys, one for jump and one for changing its
skin.
Package: slimevolley-data
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
Suggests:
slimevolley
Description: unrealistic 2D volleyball simulation - data files
Slime Volley is a 2D arcade-oriented volleyball simulation, in the spirit of
some Java games of the same name.
Two teams, 1-3 players each, try to be the first to get 10 points. This happens
when the one ball touches the floor on the other side of the net.
There can be 1 to 8 balls in game.
Each player use 4 keys, 2 direction keys, one for jump and one for changing its
skin.
.
This package contains the data files needed to run Slime Volley.
|