Package: tornado Version: 1.2.1a Revision: 5 Patch: %n.patch PatchScript: << find . -name "Makefile" | xargs perl -pi.bak -e "s/ cpp / cpp3 /g" << Source: http://home.kcore.de/~kiza/software/%n/download/%n-%v.tar.gz #Source: http://www.lionking.org/~kiza/linux/%n/%n-%v.tar.gz Source-MD5: e2ce8ebf2192206e159f33a24ef7a69d Depends: passwd BuildDepends: gettext-dev, gettext-bin, gettext-tools, libncurses5 CompileScript: << make PREFIX=%p LOCALEPATH=%p/share/locale LDFLAGS="-L%p/lib -lncurses -lintl" << InstallScript: << #!/bin/sh -e make install DESTDIR=%d PREFIX=%p LOCALEPATH=%p/share/locale SCOREDIR=%p/var/games MANDIR=%p/share/man chown -R games:games %i/bin/%n %i/var/games/%n.scores chmod 2101 %p/bin/%n << ConfFiles: %p/var/games/tornado.scores DocFiles: AUTHOR COPYING CREDITS Changelog INSTALL README TODO Description: Networkable text-based weather destruction DescDetail: << Clone of the original C64 game. The goal of the game is to destroy the opponent's house with certain weather phenomenon: rain, snow, hail, lightning and tornado. The game can be played together (two players), against the computer (or two computer players against each other) or over a TCP connection. For a more detailed description of the game see tornado's manpage. << DescUsage: << If you get "bad MD5" please choose option 2, they change the tarball often. << License: GPL Maintainer: Ben Hines Homepage: http://www.lionking.org/~kiza/linux/tornado/