9b809e1a6a
As discussed during the dev day. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
352 B
Makefile
14 lines
352 B
Makefile
#############################################################
|
|
#
|
|
# 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))
|
|
|