[Lunar-commits] <moonbase-other> flare: New game!
Peter de Ridder
peter at lunar-linux.org
Mon Sep 2 11:15:32 CEST 2013
commit e23c7ff905edcb59acbd1f9f38ca9e5cfbe11973
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 01 Sep 2013 03:57:37 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e23c7ff905edcb59acbd1f9f38ca9e5cfbe11973
flare: New game!
---
games/flare/BUILD | +1/-0
games/flare/DEPENDS | +3/-0
games/flare/DETAILS | +21/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/games/flare/BUILD
@@ -0,0 +1 @@
+default_cmake_build
--- /dev/null
+++ b/games/flare/DEPENDS
@@ -0,0 +1,3 @@
+depends SDL_image
+depends SDL_mixer
+depends SDL_ttf
--- /dev/null
+++ b/games/flare/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=flare
+ VERSION=0.18
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/flare-game
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
+ SOURCE_VFY=sha1:95d5ff1925d3c5eda30f59e019d8b4402acc0905
+ WEB_SITE="http://flarerpg.org/"
+ ENTERED=20130901
+ UPDATED=20130901
+ SHORT="Free Libre Action Roleplaying Engine"
+cat <<EOF
+Free Libre Action Roleplaying Engine is a simple game engine built
+to handle a very specific kind of game: single-player 2D action
+RPGs. Flare is not a reimplementation of an existing game or engine. It
+is a tribute to and exploration of the action RPG genre.
+
+Rather than building a very abstract, robust game engine, the goal
+of this project is to build several real games and harvest an engine
+from the common, reusable code. The first game, in progress, is a
+fantasy dungeon crawl.
+EOF
More information about the Lunar-commits
mailing list