summaryrefslogtreecommitdiff
path: root/package/games/prboom/prboom.mk
AgeCommit message (Collapse)Author
2009-08-29buildroot: fix remaining references to SDL_net instead of sdl_netPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-11-05prboom: misc cleanupsPeter Korsgaard
As noted by Bernhard on irc.
2008-11-05prboom: add a touch $@ to end of install target rule to install PrBoom only onceHans-Christian Egtvedt
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-24prboom: add new games package PrBoomHans-Christian Egtvedt
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which uses the SDL library for graphics, sound and network. It also supports OpenGL, but this has not been enabled in this package since few embedded platforms support OpenGL. PrBoom allows you to play the good old game on newer hardware. It even supports higher resolution and better rendring, while still keeping the old style alive. http://prboom.sourceforge.net/ Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>