4316cad63d
The license is GPL-3.0+, not GPL-3.0. Indeed all source files have the mention: "either version 3 of the License, or (at your option) any later version" Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
565 B
Makefile
18 lines
565 B
Makefile
################################################################################
|
|
#
|
|
# flare-engine
|
|
#
|
|
################################################################################
|
|
|
|
FLARE_ENGINE_VERSION = v1.0
|
|
FLARE_ENGINE_SITE = $(call github,clintbellanger,flare-engine,$(FLARE_ENGINE_VERSION))
|
|
FLARE_ENGINE_LICENSE = GPL-3.0+
|
|
FLARE_ENGINE_LICENSE_FILES = COPYING
|
|
|
|
FLARE_ENGINE_DEPENDENCIES += sdl2 sdl2_image sdl2_mixer sdl2_ttf
|
|
|
|
# Don't use /usr/games and /usr/share/games
|
|
FLARE_ENGINE_CONF_OPTS += -DBINDIR=bin -DDATADIR=share/flare
|
|
|
|
$(eval $(cmake-package))
|