[Lunar-commits] <moonbase-other> Merge branch 'flare'
v4hn
me at v4hn.de
Mon Sep 2 11:15:33 CEST 2013
commit 92933e0644c4d60d4ec63ae0c1162efa609801d5
Author: v4hn <me at v4hn.de>
Date: Mon, 02 Sep 2013 02:15:21 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/92933e0644c4d60d4ec63ae0c1162efa609801d5
Merge branch 'flare'
---
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