[Lunar-commits] r14984 - in moonbase/trunk/games: . angband
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue May 24 13:57:52 UTC 2005
Author: v3rt1g0
Date: 2005-05-24 13:57:51 +0000 (Tue, 24 May 2005)
New Revision: 14984
Added:
moonbase/trunk/games/angband/
moonbase/trunk/games/angband/BUILD
moonbase/trunk/games/angband/DEPENDS
moonbase/trunk/games/angband/DETAILS
Log:
Inital import of a module sumbitted by dagbrown at lart.ca. Thank you.
I modified it from the original to respect the /usr/share/games and
the /usr/games standard directories. I also added a missing optional
depends on gtk+
Added: moonbase/trunk/games/angband/BUILD
===================================================================
--- moonbase/trunk/games/angband/BUILD 2005-05-24 13:54:58 UTC (rev 14983)
+++ moonbase/trunk/games/angband/BUILD 2005-05-24 13:57:51 UTC (rev 14984)
@@ -0,0 +1,13 @@
+(
+
+ sedit "s:/games/:/:" configure &&
+
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ --with-setgid=games \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/games/angband/DEPENDS
===================================================================
--- moonbase/trunk/games/angband/DEPENDS 2005-05-24 13:54:58 UTC (rev 14983)
+++ moonbase/trunk/games/angband/DEPENDS 2005-05-24 13:57:51 UTC (rev 14984)
@@ -0,0 +1,3 @@
+optional_depends "gtk+" "--enable-gtk --with-x" \
+ "--disable-gtk --without-x" \
+ "for lite graphical support"
Added: moonbase/trunk/games/angband/DETAILS
===================================================================
--- moonbase/trunk/games/angband/DETAILS 2005-05-24 13:54:58 UTC (rev 14983)
+++ moonbase/trunk/games/angband/DETAILS 2005-05-24 13:57:51 UTC (rev 14984)
@@ -0,0 +1,24 @@
+ MODULE=angband
+ VERSION=3.0.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.sunet.se/pub/games/Angband/Source/
+ SOURCE_VRY=sha1:80841e97d92837ed0a279c4c9edb686c74fd32a0
+ WEB_SITE=http://www.thangorodrim.net/
+ ENTERED=20050524
+ UPDATED=20050024
+ SHORT="A classic rogue-like game based on the books of JRR Tolkien"
+
+cat << EOF
+Angband is a freeware computer dungeon exploration game based (loosely)
+on the books of J.R.R.Tolkien. You explore a very deep dungeon, kill
+monsters, try to equip yourself with the best weapons and armor you can\
+find, and finally face Morgoth - "The Dark Enemy."
+
+Angband has a very long history. It started 1990 as an improved and
+"Tolkienized" variant of Moria. Moria itself was created in 1985 and was
+inspired by Rogue (from the late 70s). Countless changes were introduced
+by many programmers on the way to the current versions of Angband.
+EOF
+
+# submitted by <gadbrown at lart.ca> 20050523
+# added by v3rt1g0 20050524
More information about the Lunar-commits
mailing list