f1fe66fb88
* Append Rice to Parallel64 * Append Rice to Parallel64 * Append Rice to Parallel64 * Update rice core. * Update rice core. * Update rice. * Update rice. * Update rice. * Update package.mk * Delete packages/games/libretro/parallel-n64 directory * fix typo
9 lines
563 B
Makefile
9 lines
563 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2022 - Fewtarius
|
|
|
|
PKG_NAME="arm32"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="www.jelos.org"
|
|
PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware libusb unzip socat p7zip file ${OPENGLES} SDL2 SDL2_gfx SDL2_image SDL2_mixer SDL2_net SDL2_ttf retroarch pcsx_rearmed parallel-n64_rice parallel-n64_gln64 parallel-n64_glide64"
|
|
PKG_SECTION="virtual"
|
|
PKG_LONGDESC="Root package used to build and create 32-bit userland"
|