[Lunar-commits] <moonbase-other> freedink: New game!
Peter de Ridder
peter at lunar-linux.org
Mon Sep 2 01:47:15 CEST 2013
commit de629767c4d6a92600ed799010fb90fb38f59bf5
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Sun, 01 Sep 2013 04:20:49 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/de629767c4d6a92600ed799010fb90fb38f59bf5
freedink: New game!
---
games/freedink/BUILD | +1/-0
games/freedink/DEPENDS | +6/-0
games/freedink/DETAILS | +20/-0
3 files changed, 27 insertions(+)
--- /dev/null
+++ b/games/freedink/BUILD
@@ -0,0 +1 @@
+default_game_build
--- /dev/null
+++ b/games/freedink/DEPENDS
@@ -0,0 +1,6 @@
+depends freedink-data
+depends SDL_image
+depends SDL_mixer
+depends SDL_ttf
+depends SDL_gfx
+depends libzip
--- /dev/null
+++ b/games/freedink/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=freedink
+ VERSION=1.08.20121209
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://ftp.gnu.org/gnu/freedink/
+ SOURCE_VFY=sha1:b160d005fa0ef11a3bbe5bb2bfaa22dca483ef5e
+ WEB_SITE="http://www.gnu.org/software/freedink/index.html"
+ ENTERED=20130822
+ UPDATED=20130822
+ SHORT="portable and enhanced version of the Dink Smallwood game engine"
+cat <<EOF
+Dink Smallwood is an adventure/role-playing game, similar to Zelda
+(2D top view), made by RTsoft.
+
+The game features the twisted adventure of young Dink Smallwood,
+a pig farmer who leaves his town and goes on a quest to save the world.
+
+GNU FreeDink is a new and portable version of the game engine, which
+runs the original game as well as its D-Mods, with close compatibility,
+under multiple platforms.
+EOF
More information about the Lunar-commits
mailing list