Skip to content

Commit

Permalink
guichan: New game GUI library
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Sep 8, 2013
1 parent 6a7b2d1 commit 544d09f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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)"
14 changes: 14 additions & 0 deletions 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

0 comments on commit 544d09f

Please sign in to comment.