Created an attachment (id=14549) [details]
emilia-pinball-0.3.0.ebuild
This version does compile and run fine here (x86, default-1.0 profile,
gcc-2.95.3, glibc-2.2.5-r8, libsdl-1.2.5-r2, sdl-image-1.2.2,
sdl-mixer-1.2.5-r1, nvidia drivers 4363).
The compilation error was in fact due to the "--with-allegro=no" option which
does not disable allegro but enable it (the "=no" was not interpreted).
Changes:
- removed --with-allegro=no
- added --with-buildroot-prefix=${D} to prefix the highscores files paths
- removed the obsolete FHS code (libs go to "/usr/games/lib/pinball/", I think
it's okay, right?)
- added a symlink to "pinball" called "emilia-pinball" (I hate when I can't
guess in less than two seconds the name of a program)
- rm the pinball-config script (to be coherent with the rm of includes files).
In case somebody is interrested in writing an ebuild for the table editor
(pinedit), then this files should be added back.
Hope this helps,
TGL.