[Lunar-commits] <moonbase-other> angband: resurrected
v4hn
me at v4hn.de
Tue Jul 10 15:19:47 CEST 2012
commit d654de19544c4cbaa09538e656b83e31ca49aa07
Author: v4hn <me at v4hn.de>
Date: Tue, 10 Jul 2012 06:19:47 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d654de19544c4cbaa09538e656b83e31ca49aa07
angband: resurrected
---
games/angband/BUILD +21/-0
games/angband/DEPENDS +4/-0
games/angband/DETAILS +22/-0
3 files changed, 47 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/games/angband/BUILD
@@ -0,0 +1,21 @@
+(
+
+ sedit "s:/games/:/:" configure &&
+
+ OPTS+=" --with-setgid=games --with-configpath=/etc/${MODULE}/ --with-varpath=/var/games/${MODULE}/" &&
+
+ default_game_build &&
+
+ if in_depends "$MODULE" "SDL"; then
+ install -Dm0644 lib/xtra/icon/angband-sdl.desktop /usr/share/applications/
+ fi &&
+
+ if in_depends "$MODULE" "libX11"; then
+ install -Dm0644 lib/xtra/icon/angband-x11.desktop /usr/share/applications/
+ fi &&
+
+ if in_depends "$MODULE" "glade2"; then
+ install -Dm0644 lib/xtra/icon/angband-gtk.desktop /usr/share/applications/
+ fi
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/angband/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends "ncurses" "--enable-curses" "--disable-curses" "for curses frontend"
+optional_depends "SDL" "--enable-sdl" "--disable-sdl" "for SDL frontend"
+optional_depends "libX11" "--enable-x11" "--disable-x11" "for simple X frontend"
+optional_depends "glade2" "--enable-gtk" "--disable-gtk" "for gtk frontend"
--- /dev/null
+++ b/games/angband/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=angband
+ VERSION=3.3.2
+ SOURCE=$MODULE-v$VERSION.tar.gz
+ SOURCE_URL=http://rephial.org/downloads/3.3/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-v$VERSION
+ SOURCE_VFY=sha1:2944dc153fe5ab585c16502f8a5da4dbbdca4b21
+ WEB_SITE=http://www.rephial.org/
+ ENTERED=20050524
+ UPDATED=20120606
+ 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
More information about the Lunar-commits
mailing list