summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2022-09-28 20:23:34 +0200
committerIsmael Luceno2022-09-28 20:25:20 +0200
commit96473ad17e8261898c2e78a05b3129231c3fae55 (patch)
tree8466d28219b65e984a2d988ae7e9d9b1d323fbd6
parent89b20d8214847d854a31c2b6f2b4fdd6275f7309 (diff)
freedm: new spell, DeadMatch game part of the Freedoom project
-rw-r--r--ChangeLog4
-rwxr-xr-xgames-data/freedm/DETAILS32
-rw-r--r--games-data/freedm/HISTORY2
-rwxr-xr-xgames-data/freedm/INSTALL6
-rwxr-xr-xgames-data/freedm/PROVIDES1
5 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9170387d..90bfe864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-09-28 Ismael Luceno <ismael@sourcemage.org>
+ * games-data/freedm: new spell, DeadMatch game part of the Freedoom
+ project
+
2022-09-05 Vlad Glagolev <stealth@sourcemage.org>
* accounts, groups: sync account data with test grimoire
diff --git a/games-data/freedm/DETAILS b/games-data/freedm/DETAILS
new file mode 100755
index 00000000..65073cac
--- /dev/null
+++ b/games-data/freedm/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=freedm
+ VERSION=0.12.1
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/freedoom/freedoom/releases/download/v$VERSION/$SOURCE
+ WEB_SITE=https://freedoom.github.io
+ SOURCE_HASH=sha512:77beb926ade845eafc7105b8e5ba819f6431a35178362fc8c57530493a00186091af13c5b5eece65c4fe6e3356a9f1b7d7ea9d81bc1be363118f4a467a317dce
+ DOCS=
+ ARCHIVE=off
+ LICENSE[0]=BSD
+ ENTERED=20220928
+ SHORT="DeadMatch game part of the Freedoom project"
+cat << EOF
+The Freedoom project aims to create a complete free content first person
+shooter game. But Freedoom by itself is just the raw material for a game:
+it must be paired with a compatible game engine to be played.
+
+id Software released the source code to their classic game, Doom, under the
+GNU GPL license. This means that the program code that powers Doom is free;
+Freedoom complements this with free levels, artwork, sound effects and music
+to make a completely free game.
+
+Freedoom is actually three games in one, consisting of two single player
+campaigns and one set of levels intended for multiplayer deathmatch (FreeDM).
+
+Freedoom aims to be compatible with DOOM mods, and allows most to be played
+without the need to use non-free software.
+
+Freedoom contains hundreds of original textures, sound effects and music
+tracks that can be reused royalty-free by Doom level authors and other
+independent game developers.
+EOF
diff --git a/games-data/freedm/HISTORY b/games-data/freedm/HISTORY
new file mode 100644
index 00000000..65012fe9
--- /dev/null
+++ b/games-data/freedm/HISTORY
@@ -0,0 +1,2 @@
+2022-09-28 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, INSTALL, PROVIDES: spell created
diff --git a/games-data/freedm/INSTALL b/games-data/freedm/INSTALL
new file mode 100755
index 00000000..bab96725
--- /dev/null
+++ b/games-data/freedm/INSTALL
@@ -0,0 +1,6 @@
+docdir="$INSTALL_ROOT"/usr/share/doc/"$SPELL-$VERSION" &&
+datadir="$INSTALL_ROOT"/usr/share/games/doom &&
+install -v -g games -m750 -d "$datadir" &&
+install -v -g games -m440 *.wad "$datadir" &&
+install -v -m750 -d "$docdir" &&
+install -v -m440 *.txt *.html *.pdf "$docdir"
diff --git a/games-data/freedm/PROVIDES b/games-data/freedm/PROVIDES
new file mode 100755
index 00000000..d03e72a2
--- /dev/null
+++ b/games-data/freedm/PROVIDES
@@ -0,0 +1 @@
+DOOM-DATA