summaryrefslogtreecommitdiff
path: root/package/games/ace_of_penguins/ace_of_penguins.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-02-17 14:13:34 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-17 14:13:34 +0100
commitfc41ee90f469fa7482d39f863a720e830259180a (patch)
treed570fbdfe6e5278a3beacfc6ab5b7e78606d7e90 /package/games/ace_of_penguins/ace_of_penguins.mk
parent5ad362125949b5412938f96f7f433847674f8f60 (diff)
package/games: remove ace_of_penguins
It has been marked as broken for close to 1 year (7452b4edfa1c), without any effort to fix it, so remove it from the tree. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games/ace_of_penguins/ace_of_penguins.mk')
-rw-r--r--package/games/ace_of_penguins/ace_of_penguins.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/games/ace_of_penguins/ace_of_penguins.mk b/package/games/ace_of_penguins/ace_of_penguins.mk
deleted file mode 100644
index a106d1416..000000000
--- a/package/games/ace_of_penguins/ace_of_penguins.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-#############################################################
-#
-# 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))