[Lunar-commits] <moonbase-other> freedroidRPG: readded and fixed linkage
v4hn
me at v4hn.de
Sat Oct 13 01:18:19 CEST 2012
commit d2c0771e398e0e42be67ced59f65c3759c51439f
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Oct 2012 16:18:19 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d2c0771e398e0e42be67ced59f65c3759c51439f
freedroidRPG: readded and fixed linkage
---
games/freedroidRPG/BUILD | +8/-0
games/freedroidRPG/DEPENDS | +5/-0
games/freedroidRPG/DETAILS | +23/-0
3 files changed, 36 insertions(+)
--- /dev/null
+++ b/games/freedroidRPG/BUILD
@@ -0,0 +1,8 @@
+(
+
+ sedit "s:LUA_LIBS:LUA_LIBS -ldl:" configure.ac &&
+ autoreconf . &&
+
+ default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/freedroidRPG/DEPENDS
@@ -0,0 +1,5 @@
+depends SDL_image
+depends SDL_net
+depends SDL_gfx
+
+optional_depends "SDL_mixer" "" "" "for Audio support"
--- /dev/null
+++ b/games/freedroidRPG/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=freedroidRPG
+ VERSION=0.15.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/freedroid/$MODULE/${MODULE}-${VERSION%.*}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/freedroidrpg-$VERSION
+ SOURCE_VFY=sha1:5d298d160af8332fff4eca71aa091d85e4031767
+ WEB_SITE=http://freedroid.sourceforge.net
+ ENTERED=20040922
+ UPDATED=20120606
+ SHORT="A Diablo-like extension of freedroid into an RPG"
+
+cat << EOF
+FreedroidRPG is derived from the original classic Freedroid
+based on the game paradroid from the commodore 64. In this game you
+are Tux, one of a race sentient penguins. Humanity is in ruins due
+to the evil MegaSoft corporation and their original plans to rule the
+human race. An attempt to use their omnipresent software to take
+over all droids, upon which humanity depended, backfired when the droids
+themselves became self-aware and decided to put forth their own plans
+for total domination. As Tux, it is your job to restore things to
+their rightful place and undue the horrible, evil, and thouroughly
+inhumane things initiated by this MS corporation.
+EOF
More information about the Lunar-commits
mailing list