slackbuilds_ponce/games/frotz
B. Watson 5f1d15abea
games/frotz: Updated for version 2.53.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:52:39 +07:00
..
doinst.sh games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00
frotz-infocom.png
frotz.desktop
frotz.info games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00
frotz.png
frotz.SlackBuild games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00
frotz.xml
README games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00
sfrotz.desktop
slack-desc games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00
xfrotz.desktop games/frotz: Updated for version 2.53. 2021-10-13 00:52:39 +07:00

frotz (Z-machine interpreter)

Frotz is an interpreter for Infocom games and other Z-machine games. It
complies with standard 1.0 of Graham Nelson's specification. Games can
be found at: http://www.ifarchive.org/

3 executables are always built:

* frotz - uses curses, no images, needs libmodplug for sound.
* sfrotz - SDL2 UI, supports images and sound, works great in X11,
           probably also Wayland (not tested by SlackBuild author).
* dfrotz - dumb terminal frotz, doesn't support images nor sound.

Optionally, you can set XFROTZ=yes to build:

* xfrotz - native X11 UI, supports images, no sound. Most users won't
           want this; sfrotz is a better choice on modern X11.

Optional dependency: libmodplug. If this is installed, the curses
build (frotz) will support sound.