package/games: remove magiccube4d

It hasn't seen any updates since it was added early 2008, upstream seems
dead and it doesn't build with modern GCC versions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-12-25 20:47:12 +01:00
parent c853026226
commit cd72e95b29
5 changed files with 0 additions and 51 deletions

View File

@ -80,7 +80,6 @@ endmenu
menu "Games"
source "package/games/ace_of_penguins/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/prboom/Config.in"
source "package/games/doom-wad/Config.in"
source "package/games/rubix/Config.in"

View File

@ -1,11 +0,0 @@
config BR2_PACKAGE_MAGICCUBE4D
bool "magiccube4d"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_PACKAGE_XORG7
help
Another rubiks cube-like game in 4D
http://avr32linux.org/twiki/bin/viewfile/Main
comment "magiccube4d requires a toolchain with C++ support enabled"
depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7

View File

@ -1,13 +0,0 @@
--- a/Makefile.in 2000-04-01 22:45:36.000000000 -0500
+++ b/Makefile.in 2008-02-29 13:18:24.000000000 -0500
@@ -126,6 +126,10 @@ tgz: $(SRCTGZ)
bindist: $(BINTGZ)
+install :
+ mkdir -p $(GAMESDIR)
+ install -c magiccube4d $(GAMESDIR)
+
rpm: $(SRCTGZ)
rpm -ta $(SRCTGZ)

View File

@ -1,11 +0,0 @@
--- a/configure 2000-02-10 23:19:34.000000000 -0500
+++ b/configure 2008-02-29 13:12:33.000000000 -0500
@@ -686,7 +686,7 @@ fi
if test "$GXX" = "yes" ; then
- WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused -Werror"
+ WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused"
fi
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:693: checking how to run the C preprocessor" >&5

View File

@ -1,15 +0,0 @@
#############################################################
#
# magiccube4d
#
#############################################################
MAGICCUBE4D_VERSION = 2_2
MAGICCUBE4D_SOURCE = magiccube4d-src-$(MAGICCUBE4D_VERSION).tar.gz
MAGICCUBE4D_SITE = http://avr32linux.org/twiki/pub/Main/MagicCube4D
MAGICCUBE4D_INSTALL_STAGING = NO
MAGICCUBE4D_INSTALL_TARGET = YES
MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
MAGICCUBE4D_DEPENDENCIES = xserver_xorg-server
$(eval $(call AUTOTARGETS,package/games,magiccube4d))