Commit fc41ee90 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package/games: remove ace_of_penguins



It has been marked as broken for close to 1 year (7452b4ed), without
any effort to fix it, so remove it from the tree.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5ad36212
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -82,7 +82,6 @@ endif
endmenu

menu "Games"
source "package/games/ace_of_penguins/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/prboom/Config.in"
source "package/games/doom-wad/Config.in"
+0 −15
Original line number Diff line number Diff line
config BR2_PACKAGE_ACE_OF_PENGUINS
	bool "ace_of_penguins"
	select BR2_PACKAGE_LIBPNG
	depends on BR2_PACKAGE_XORG7
	depends on BR2_PACKAGE_XLIB_LIBXPM
	# Build system is broken for tools that need to be compiled
	# on the host
	depends on BROKEN
	help
	  The Ace of Penguins is a set of Unix/X solitaire games based
	  on the ones available for Windows but with a number of
	  enhancements.

	  http://www.delorie.com/store/ace/
+0 −10493

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −15
Original line number Diff line number Diff line
#############################################################
#
# ace_of_penguins
#
#############################################################
ACE_OF_PENGUINS_VERSION = 1.2
ACE_OF_PENGUINS_SOURCE = ace-$(ACE_OF_PENGUINS_VERSION).tar.gz
ACE_OF_PENGUINS_SITE = http://www.delorie.com/store/ace/
ACE_OF_PENGUINS_AUTORECONF = YES
ACE_OF_PENGUINS_STAGING = NO
ACE_OF_PENGUINS_TARGET = YES

ACE_OF_PENGUINS_DEPENDENCIES = libpng host-libpng xserver_xorg-server xlib_libXpm

$(eval $(call AUTOTARGETS,package/games,ace_of_penguins))