Add ecwolf libretro core
This commit is contained in:
parent
32d892fd8d
commit
c59b243fb0
2 changed files with 23 additions and 1 deletions
22
packages/games/libretro/ecwolf_libretro/package.mk
Normal file
22
packages/games/libretro/ecwolf_libretro/package.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2022-present BrooksyTech (https://github.com/brooksytech)
|
||||
|
||||
PKG_NAME="ecwolf_libretro"
|
||||
PKG_VERSION="1c82ef94f25a358774d4b9daa44537ab406a1203"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://github.com/libretro/ecwolf"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SHORTDESC="ECWolf is a port of the Wolfenstein 3D engine based of Wolf4SDL."
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="-C src/libretro"
|
||||
|
||||
pre_make_target() {
|
||||
cd ${PKG_BUILD}
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/lib/libretro
|
||||
cp src/libretro/ecwolf_libretro.so ${INSTALL}/usr/lib/libretro/
|
||||
}
|
|
@ -47,7 +47,7 @@ LIBRETRO_CORES="2048 81 a5200 atari800 beetle-gba beetle-lynx beetle-ngp beetle-
|
|||
ppsspp prboom prosystem puae px68k quasi88 quicknes race reminiscence sameboy \
|
||||
sameduck scummvm smsplus-gx snes9x snes9x2002 snes9x2005_plus snes9x2010 stella \
|
||||
stella-2014 swanstation TIC-80 tgbdual tyrquake xrick uae4arm uzem vba-next vbam \
|
||||
vecx vice yabasanshiro xmil mesen virtualjaguar"
|
||||
vecx vice yabasanshiro xmil mesen virtualjaguar ecwolf_libretro"
|
||||
|
||||
PKG_COMPAT=""
|
||||
|
||||
|
|
Loading…
Reference in a new issue