summaryrefslogtreecommitdiffstats
path: root/package/gnuchess/gnuchess.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/gnuchess/gnuchess.mk')
-rw-r--r--package/gnuchess/gnuchess.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
deleted file mode 100644
index f8f18e0a3..000000000
--- a/package/gnuchess/gnuchess.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-#############################################################
-#
-# gnuchess
-#
-#############################################################
-GNUCHESS_VERSION = 5.07
-GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
-GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
-GNUCHESS_AUTORECONF = NO
-GNUCHESS_INSTALL_STAGING = NO
-GNUCHESS_INSTALL_TARGET = YES
-
-GNUCHESS_CONF_ENV = ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes
-
-GNUCHESS_DEPENDENCIES = uclibc
-
-$(eval $(call AUTOTARGETS,package,gnuchess))
-