Files
operating-system/buildroot/package/flare-game/flare-game.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

19 lines
560 B
Makefile

################################################################################
#
# flare-game
#
################################################################################
FLARE_GAME_VERSION = 1.11
FLARE_GAME_SITE = $(call github,flareteam,flare-game,v$(FLARE_GAME_VERSION))
FLARE_GAME_LICENSE = CC-BY-SA-3.0 (data files), GPL-2.0 (GNU Unifont), \
OFL-1.1 (Liberation Sans)
FLARE_GAME_LICENSE_FILES = README
FLARE_GAME_DEPENDENCIES = flare-engine
# Don't use /usr/share/games
FLARE_GAME_CONF_OPTS += -DDATADIR=share/flare
$(eval $(cmake-package))