[Lunar-commits] <moonbase-other> Merge branch 'freedink'
v4hn
me at v4hn.de
Mon Sep 2 01:47:17 CEST 2013
commit df80c0004f7e0ba43ab76383ec6214f2c3a55305
Author: v4hn <me at v4hn.de>
Date: Sun, 01 Sep 2013 16:46:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/df80c0004f7e0ba43ab76383ec6214f2c3a55305
Merge branch 'freedink'
---
games/freedink-data/BUILD | +2/-0
games/freedink-data/DETAILS | +20/-0
games/freedink/BUILD | +1/-0
games/freedink/DEPENDS | +6/-0
games/freedink/DETAILS | +20/-0
5 files changed, 49 insertions(+)
--- /dev/null
+++ b/games/freedink-data/BUILD
@@ -0,0 +1,2 @@
+prepare_install &&
+make PREFIX=/usr DATADIR=/usr/share/games install
--- /dev/null
+++ b/games/freedink-data/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=freedink-data
+ VERSION=1.08.20121209
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://ftp.gnu.org/gnu/freedink/
+ SOURCE_VFY=sha1:9d8e577d2461772f64c7cc446ea8332040662350
+ 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
--- /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