From 6932bb7ed94f6d62bea96e415cc9a54b64ba4363 Mon Sep 17 00:00:00 2001 From: tglozar Date: Fri, 4 Feb 2022 08:44:13 +0000 Subject: [PATCH] Dash: * added open-supaplex (7.1.2) - A 1:1 reimplementation of the game Supaplex --- package/games/open-supaplex/open-supaplex.cache | 21 +++++++++++++++++ package/games/open-supaplex/open-supaplex.conf | 23 ++++++++++++++++++ package/games/open-supaplex/open-supaplex.desc | 31 +++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 package/games/open-supaplex/open-supaplex.cache create mode 100644 package/games/open-supaplex/open-supaplex.conf create mode 100644 package/games/open-supaplex/open-supaplex.desc diff --git a/package/games/open-supaplex/open-supaplex.cache b/package/games/open-supaplex/open-supaplex.cache new file mode 100644 index 0000000000..0b66025d8b --- /dev/null +++ b/package/games/open-supaplex/open-supaplex.cache @@ -0,0 +1,21 @@ + +[TIMESTAMP] 1643931435 Fri Feb 4 01:37:15 2022 +[BUILDTIME] 100 (9) +[SIZE] 0.15 MB, 8 files + +[DEP] 00-dirtree +[DEP] binutils +[DEP] coreutils +[DEP] dash +[DEP] diffutils +[DEP] findutils +[DEP] gawk +[DEP] grep +[DEP] libogg +[DEP] libsdl2 +[DEP] libsdl2_mixer +[DEP] libvorbis +[DEP] linux-header +[DEP] make +[DEP] sed +[DEP] tar diff --git a/package/games/open-supaplex/open-supaplex.conf b/package/games/open-supaplex/open-supaplex.conf new file mode 100644 index 0000000000..5c770b1465 --- /dev/null +++ b/package/games/open-supaplex/open-supaplex.conf @@ -0,0 +1,23 @@ +# --- T2-COPYRIGHT-NOTE-BEGIN --- +# T2 SDE: package/*/open-supaplex/open-supaplex.conf +# Copyright (C) 2022 The T2 SDE Project +# +# This Copyright note is generated by scripts/Create-CopyPatch, +# more information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2. +# --- T2-COPYRIGHT-NOTE-END --- + +runconf=0 +makeinstopt= + +copy_game_data() { + mkdir -p $root$datadir/games/open-supaplex + cp -r ../resources/* $root$datadir/games/open-supaplex/ + install -c opensupaplex $root$bindir/ +} + +hook_add premake 3 'cd linux' +hook_add postmake 3 copy_game_data +var_append GCC_WRAPPER_APPEND ' ' '-DFILE_FHS_XDG_DIRS -DFILE_DATA_PATH=/usr/share/games/open-supaplex' diff --git a/package/games/open-supaplex/open-supaplex.desc b/package/games/open-supaplex/open-supaplex.desc new file mode 100644 index 0000000000..27d0c9eda3 --- /dev/null +++ b/package/games/open-supaplex/open-supaplex.desc @@ -0,0 +1,31 @@ +[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- +[COPY] T2 SDE: package/*/open-supaplex/open-supaplex.desc +[COPY] Copyright (C) 2022 The T2 SDE Project +[COPY] +[COPY] This Copyright note is generated by scripts/Create-CopyPatch, +[COPY] more information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License version 2. +[COPY] --- T2-COPYRIGHT-NOTE-END --- + +[I] A 1:1 reimplementation of the game Supaplex + +[T] A 1:1 reimplementation of the original game in C and SDL, with just a few +[T] changes to make it easy to use with game controllers, and also easy to port +[T] to any platform. + +[U] https://github.com/sergiou87/open-supaplex + +[A] Sergio Padrino +[M] Dash + +[C] extra/game +[F] CROSS + +[L] GPL +[S] Stable +[V] 7.1.2 +[P] X -----5---9 800.000 + +[D] aa604536e26440840a4712995743c82c32225fe115913b3ea232b80d open-supaplex-v7.1.2.tar.gz https://github.com/sergiou87/open-supaplex/archive/v7.1.2/ -- 2.11.4.GIT