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
|
Source: cuyo
Section: games
Priority: optional
Maintainer: Bernhard R. Link <brlink@debian.org>
Build-Depends: debhelper (>> 8), zlib1g-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, ocaml-nox, m4, gawk
Standards-Version: 3.9.5
Homepage: http://www.karimmi.de/cuyo/
Vcs-Git: git://anonscm.debian.org/users/brlink/cuyo.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/brlink/cuyo.git
Package: cuyo
Architecture: any
Depends: cuyo-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Tetris-like game with very impressive effects
Cuyo, named after a Spanish relative adjective, shares
with tetris that things fall down and how to navigate them.
When enough "of the same type" come "together", they explode.
The goal of each level is to blow special "stones" away, you
start with. But what "of the same type" and "together" means,
varies with the levels.
Package: cuyo-data
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: cuyo
Replaces: cuyo (<< 2.~-1.0~beta1-~)
Description: data files for the game cuyo
Cuyo, named after a Spanish relative adjective, shares
with tetris that things fall down and how to navigate them.
When enough "of the same type" come "together", they explode.
The goal of each level is to blow special "stones" away, you
start with. But what "of the same type" and "together" means,
varies with the levels.
.
This package contains the graphics, sounds, level description
and man pages for cuyo.
|