[Lunar-commits] <moonbase-other> guichan: New game GUI library

Peter de Ridder peter at lunar-linux.org
Mon Sep 9 03:28:32 CEST 2013


commit 544d09f89f1fcf02c2bc3995b6df302607f34858
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 08 Sep 2013 03:27:16 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/544d09f89f1fcf02c2bc3995b6df302607f34858

guichan: New game GUI library
---
  games/guichan/DEPENDS | +3/-0     
  games/guichan/DETAILS | +14/-0    
  2 files changed, 17 insertions(+)

--- /dev/null
+++ b/games/guichan/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends "SDL_image" "--enable-sdlimage --enable-sdl" "--disable-sdlimage --disable-sdl" "SDL support (required for fife)"
+optional_depends "allegro-4" "--enable-allegro" "--disable-allegro" "Allegro support"
+optional_depends "%GLX" "--enable-opengl" "--disable-opengl" "OpenGL support (required for fife)"
--- /dev/null
+++ b/games/guichan/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=guichan
+         VERSION=0.8.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://guichan.googlecode.com/files/
+      SOURCE_VFY=sha1:50cac146154740d604c752c87dbba00a2793892b
+        WEB_SITE="http://guichan.sourceforge.net/"
+         ENTERED=20121027
+         UPDATED=20121027
+           SHORT="A portable C++ GUI library designed for games"
+cat <<EOF
+Guichan is a small, efficient C++ GUI library designed for games. It
+comes with a standard set of widgets and can use several different
+back-ends for displaying graphics and grabbing user input.
+EOF




More information about the Lunar-commits mailing list