buildroot/package/games/gnuchess/gnuchess.mk

18 lines
488 B
Makefile
Raw Normal View History

2008-03-06 19:10:50 +01:00
#############################################################
#
# gnuchess
#
#############################################################
GNUCHESS_VERSION = 5.07
GNUCHESS_SOURCE = gnuchess-$(GNUCHESS_VERSION).tar.gz
GNUCHESS_SITE = $(BR2_GNU_MIRROR)/chess
2008-03-06 19:10:50 +01:00
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
2008-03-06 19:10:50 +01:00
$(eval $(call AUTOTARGETS,package/games,gnuchess))
2008-03-06 19:10:50 +01:00