ppracer stable port information

Package: ppracer
Version: 0.5alpha
Revision: 1
Source: http://download.berlios.de/%n/%n-%v.tar.bz2
Source-MD5: f1e2821676906cc827796558c7d45907
License: GPL
Homepage: http://projects.planetpenguin.de/racer
Maintainer: Pierre-Henri Lavigne
Description: TuxRacer Improved
DescDetail: <<
PlanetPenguin Racer is an OpenGL racing game featuring Tux, the
Linux mascot. The goal of the game is to slide down a snow- and
ice-covered mountain as quickly as possible. It is based on the
GPL version of TuxRacer.
Differences from TuxRacer include:
* Course progress bar
* Themes
* New terrain types (lava, etc.)
* Actively developed!
<<
DocFiles: AUTHORS COPYING ChangeLog ChangeLog-pre0.3.9 ChangeLog-tuxracer INSTALL NEWS README
BuildDepends: freetype219, libpng3, sdl-mixer, sdl, x11-dev
Depends: freetype219-shlibs, libpng3-shlibs, sdl-mixer-shlibs, sdl-shlibs, x11-shlibs
GCC: 4.0
PatchFile: %n.patch
PatchFile-MD5: 58066b76ff6dfd1840d4dcc436b61fcc
ConfigureParams: --disable-dependency-tracking --disable-debug --disable-sdltest --disable-freetypetest --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-ft-exec-prefix=%p/lib/freetype219 --with-data-dir=%p/share/%n
InstallScript:<<
#!/bin/bash -ev
make install DESTDIR=%d
<<

ppracer stable port .patch

diff -Nurd -x'*~' ppracer-0.5alpha.orig/src/racingmode.h ppracer-0.5alpha/src/racingmode.h
--- ppracer-0.5alpha.orig/src/racingmode.h 2005-09-15 03:44:49.000000000 -0400
+++ ppracer-0.5alpha/src/racingmode.h 2012-03-09 15:41:43.000000000 -0500
@@ -27,7 +27,7 @@
protected:
bool m_paused;

- RacingMode::RacingMode();
+ RacingMode();
void renderCourse(int player, float timestep);

public:

ppracer _unstable_ port .patch