1b5c1e7bdb
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird
19 lines
482 B
Makefile
19 lines
482 B
Makefile
#############################################################
|
|
#
|
|
# xboard
|
|
#
|
|
#############################################################
|
|
XBOARD_VERSION = 4.2.7
|
|
XBOARD_SOURCE = xboard-$(XBOARD_VERSION).tar.gz
|
|
XBOARD_SITE = $(BR2_GNU_MIRROR)/xboard
|
|
XBOARD_INSTALL_STAGING = NO
|
|
XBOARD_INSTALL_TARGET = YES
|
|
XBOARD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
|
|
|
XBOARD_CONF_OPT --prefix=/usr
|
|
|
|
XBOARD_DEPENDENCIES = uclibc gnuchess
|
|
|
|
$(eval $(call AUTOTARGETS,package/games,xboard))
|
|
|