From 544d09f89f1fcf02c2bc3995b6df302607f34858 Mon Sep 17 00:00:00 2001 From: Peter de Ridder Date: Sun, 8 Sep 2013 12:27:16 +0200 Subject: [PATCH] guichan: New game GUI library --- games/guichan/DEPENDS | 3 +++ games/guichan/DETAILS | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 games/guichan/DEPENDS create mode 100644 games/guichan/DETAILS diff --git a/games/guichan/DEPENDS b/games/guichan/DEPENDS new file mode 100644 index 00000000000..f78d41e0f6d --- /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)" diff --git a/games/guichan/DETAILS b/games/guichan/DETAILS new file mode 100644 index 00000000000..9762d54bd42 --- /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 <