a837478baf
* Update emulators, cores, and art book next theme. * Drop -Ofast, --disable-shared --enable-static as defaults. * Misc build fixes.
20 lines
675 B
Makefile
20 lines
675 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2020 Shanti Gilbert (https://github.com/shantigilbert)
|
|
# Copyright (C) 2020 351ELEC team (https://github.com/fewtarius/351ELEC)
|
|
# Copyright (C) 2021 Fewtarius
|
|
|
|
PKG_NAME="es-theme-art-book-next"
|
|
PKG_VERSION="fec4fa95b0fc208584626e5dbc468a9fad55c6eb"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="CUSTOM"
|
|
PKG_SITE="https://github.com/anthonycaccese/art-book-next-batocera"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
GET_HANDLER_SUPPORT="git"
|
|
PKG_SHORTDESC="Art Book Next"
|
|
PKG_LONGDESC="Art Book Next"
|
|
PKG_TOOLCHAIN="manual"
|
|
|
|
makeinstall_target() {
|
|
mkdir -p ${INSTALL}/usr/share/themes/${PKG_NAME}
|
|
cp -rf * ${INSTALL}/usr/share/themes/${PKG_NAME}
|
|
}
|