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.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
new file mode 100644
index 000000000..3e0b724fa
--- /dev/null
+++ b/package/gnuchess/gnuchess.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# gnuchess
+#
+#############################################################
+GNUCHESS_VERSION = 5.07
+GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
+GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
+
+GNUCHESS_DEPENDENCIES = $(if $(BR2_PACKAGE_READLINE),readline)
+
+$(eval $(autotools-package))
+