chromium _unstable_ port information

Package: chromium
Version: 0.9.12
Revision: 4
Description: Fast paced, top-scrolling space shooter
License: Artistic
Maintainer: Hanspeter Niederstrasser
Depends: <<
libvorbis0-shlibs,
sdl-shlibs,
smpeg-shlibs
<<
BuildDepends: <<
libvorbis0,
sdl,
smpeg
<<
Source: mirror:sourceforge:%n-bsu/%n-src-%v.tar.gz
Source-MD5: 969883f2f20f10cd6cdb380582f130c4
Source2: mirror:sourceforge:%n-bsu/%n-data-%v.tar.gz
Source2-MD5:173fdf76f1e4d7496142cd5662456a73
SourceDirectory: Chromium-0.9
PatchScript: <<
/usr/bin/sed 's|@FINKPREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
/usr/bin/perl -pi -e 's|GL/gl.h|OpenGL/gl.h|g' `/usr/bin/grep -lr GL/gl.h .`
/usr/bin/perl -pi -e 's|GL/glu.h|OpenGL/glu.h|g' src/{MainGL,MainSDL,TexFont}.cpp
<<
GCC: 4.0
CompileScript: <<
./configure --enable-sdl --enable-smpeg --enable-vorbis --disable-setup
/usr/bin/make -w
<<
InstallScript: <<
/usr/bin/install -d -m 755 %i/bin
/usr/bin/install -d -m 755 %i/share
/usr/bin/install -m 755 bin/%n %i/bin
/bin/rm -rf data/CVS data/doc/CVS data/doc/images/CVS data/fonts/CVS data/png/CVS data/wav/CVS
/bin/cp -R data %i/share/%n
<<
DocFiles: AUTHORS CHANGES LICENSE README
RuntimeVars: <<
CHROMIUM_DATA: %p/share/%n
<<
Homepage: http://www.reptilelabour.com/software/chromium/
DescDetail: <<
You are captain of the cargo ship Chromium B.S.U., responsible for delivering
supplies to our troops on the front line. Your ship has a small fleet of
robotic fighters which you control from the relative safety of the Chromium
vessel.

* Do not let ANY enemy ships get past your fighters! Each enemy ship that
makes it past the bottom of the screen will attack the Chromium, and you lose
a fighter.
* Use your fighters as weapons! Crash into enemies to destroy them before
they can get past you.
* Strategic suicide is a powerful tactic! When the Chromium launches a new
fighter, it releases a high energy burst which destroys all enemies in range.
* Self-destruct to preserve your ammunition! A double-right-click will cause
your current fighter to self-destruct. Before the ship blows up, it ejects its
ammunition so that the next fighter can pick it up.
<<
DescUsage: <<
-f/--fullscreen : run in fullscreen mode
-w/--window : run in windowed mode
-v/--vidmode : mode 0 = 512 x 384
: 1 = 640 x 480
: 2 = 800 x 600
: 3 = 1024 x 768
: 4 = 1280 x 1024
na/--noaudio : do not initialize audio
<<