summaryrefslogtreecommitdiffstats
path: root/package/gnuchess/gnuchess.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-24 21:42:30 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-25 08:55:07 +0100
commit48465f0796b0ffc53300161b746ff20ccce1e8df (patch)
treedaf98865d5b48037b12526a17d1b23f45f7427f6 /package/gnuchess/gnuchess.mk
parent94dad5d0351c1577237ecc77421cfb74a976c068 (diff)
downloadbuildroot-48465f0796b0ffc53300161b746ff20ccce1e8df.tar.gz
buildroot-48465f0796b0ffc53300161b746ff20ccce1e8df.zip
gnuchess: add missing dependencies on flex and host-flex
And also add a missing newline and licensing informations while we're at it. Fixes: http://autobuild.buildroot.org/results/2851f23990c9f6642b1e706a94b1afc15a24b6f7/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnuchess/gnuchess.mk')
-rw-r--r--package/gnuchess/gnuchess.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/gnuchess/gnuchess.mk b/package/gnuchess/gnuchess.mk
index 3e0b724fa6..90d2274a64 100644
--- a/package/gnuchess/gnuchess.mk
+++ b/package/gnuchess/gnuchess.mk
@@ -3,11 +3,15 @@
# gnuchess
#
#############################################################
+
GNUCHESS_VERSION = 5.07
GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
+GNUCHESS_LICENSE = GPLv2+
+GNUCHESS_LICENSE_FILES = COPYING
-GNUCHESS_DEPENDENCIES = $(if $(BR2_PACKAGE_READLINE),readline)
+GNUCHESS_DEPENDENCIES = host-flex flex
+GNUCHESS_DEPENDENCIES += $(if $(BR2_PACKAGE_READLINE),readline)
$(eval $(autotools-package))
OpenPOWER on IntegriCloud