All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/frotz: Remove the "frotz" package
@ 2024-08-23  8:40 Thomas Huth
  2024-08-23 14:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2024-08-23  8:40 UTC (permalink / raw)
  To: buildroot

I'm not much interested anymore in maintaining the "frotz" package
in buildroot, and since I likely was the only one who really used
it in the past years, I guess it's time remove it now.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
 In case somebody else want's to take over the maintenance, feel free
 to ignore this patch.

 package/Config.in        |  1 -
 package/frotz/Config.in  | 10 ----------
 package/frotz/frotz.hash |  3 ---
 package/frotz/frotz.mk   | 31 -------------------------------
 4 files changed, 45 deletions(-)
 delete mode 100644 package/frotz/Config.in
 delete mode 100644 package/frotz/frotz.hash
 delete mode 100644 package/frotz/frotz.mk

diff --git a/package/Config.in b/package/Config.in
index 317f859684..211080345a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -293,7 +293,6 @@ menu "Games"
 	source "package/doom-wad/Config.in"
 	source "package/flare-engine/Config.in"
 	source "package/flare-game/Config.in"
-	source "package/frotz/Config.in"
 	source "package/gnuchess/Config.in"
 	source "package/lbreakout2/Config.in"
 	source "package/ltris/Config.in"
diff --git a/package/frotz/Config.in b/package/frotz/Config.in
deleted file mode 100644
index 9473f5944d..0000000000
--- a/package/frotz/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config BR2_PACKAGE_FROTZ
-	bool "frotz"
-	select BR2_PACKAGE_NCURSES
-	help
-	  Frotz is an interpreter for old Infocom adventure games and
-	  other Z-code games. Note that frotz cannot be run as root.
-	  You must add a normal user to your buildroot configuration to
-	  be able to use it.
-
-	  https://661.org/proj/if/frotz/
diff --git a/package/frotz/frotz.hash b/package/frotz/frotz.hash
deleted file mode 100644
index 145aa3800f..0000000000
--- a/package/frotz/frotz.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# Locally calculated
-sha256  bdf9131e6de49108c9f032200cea3cb4011e5ca0c9fbdbf5b0c05f7c56c81395  frotz-2.54.tar.bz2
-sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/frotz/frotz.mk b/package/frotz/frotz.mk
deleted file mode 100644
index 4c477c396d..0000000000
--- a/package/frotz/frotz.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-################################################################################
-#
-# Frotz
-#
-################################################################################
-
-FROTZ_VERSION = 2.54
-FROTZ_SOURCE = frotz-$(FROTZ_VERSION).tar.bz2
-FROTZ_SITE = $(call gitlab,DavidGriffith,frotz,$(FROTZ_VERSION))
-FROTZ_DEPENDENCIES = host-pkgconf ncurses
-FROTZ_LICENSE = GPL-2.0+
-FROTZ_LICENSE_FILES = COPYING
-
-ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
-FROTZ_CURSES=ncursesw
-FROTZ_UTF8=yes
-else
-FROTZ_CURSES=ncurses
-endif
-
-define FROTZ_BUILD_CMDS
-	$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) PREFIX=/usr CONFIG_DIR=/etc \
-		SOUND_TYPE=none CURSES="$(FROTZ_CURSES)" USE_UTF8=$(FROTZ_UTF8) \
-		CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
-endef
-
-define FROTZ_INSTALL_TARGET_CMDS
-	$(INSTALL) -D -m 0755 $(@D)/frotz $(TARGET_DIR)/usr/bin/frotz
-endef
-
-$(eval $(generic-package))
-- 
2.46.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-23 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23  8:40 [Buildroot] [PATCH] package/frotz: Remove the "frotz" package Thomas Huth
2024-08-23 14:32 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.