initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
config BR2_PACKAGE_FLARE_GAME
bool "flare-game"
depends on BR2_PACKAGE_FLARE_ENGINE
help
Flare is an open source, 2D action RPG licensed under the
GPL3 license. Its game play can be likened to the games in
the Diablo series.
This package, flare-game, only contains the game data. The
game engine itself is part of a separate package,
flame-engine.
http://flarerpg.org
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 c13231c7dd021252487f6cf117f7f2bb24bbda40af0a2b2902d72b5e2d4c242a flare-game-1.11.tar.gz
sha256 3f941b3b89cf7b8370ceb83cc76d2120d471b58735d8ca60238a751a48d7f72f LICENSE.txt
+18
View File
@@ -0,0 +1,18 @@
################################################################################
#
# 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))