libretro-4do: remove package

This commit is contained in:
CvH 2021-02-17 17:01:44 +01:00 committed by Matthias Reichl
parent 0438fcced4
commit 98a8528549
2 changed files with 0 additions and 33 deletions

View File

@ -1,21 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libretro-4do"
PKG_VERSION="da814a868c41fb47f265e04e5f95756cda62e5c2"
PKG_SHA256="6a3ec326d35ae55fa4e749c600d9eb538fb7c1c3b9ffd1fa1ac6064f4bf5e7b4"
PKG_LICENSE="LGPL"
PKG_SITE="https://github.com/libretro/4do-libretro"
PKG_URL="https://github.com/libretro/4do-libretro/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Port of 4DO/libfreedo to libretro."
PKG_LIBNAME="4do_libretro.so"
PKG_LIBPATH="$PKG_LIBNAME"
PKG_LIBVAR="4DO_LIB"
makeinstall_target() {
mkdir -p $SYSROOT_PREFIX/usr/lib/cmake/$PKG_NAME
cp $PKG_LIBPATH $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME
echo "set($PKG_LIBVAR $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME)" > $SYSROOT_PREFIX/usr/lib/cmake/$PKG_NAME/$PKG_NAME-config.cmake
}

View File

@ -1,12 +0,0 @@
diff -Naur a/Makefile b/Makefile
--- a/Makefile 2017-07-01 22:16:40.000000000 -0700
+++ b/Makefile 2017-07-14 09:55:45.714816515 -0700
@@ -37,8 +37,6 @@
endif
ifneq (,$(findstring unix,$(platform)))
- AR = ${CC_PREFIX}ar
- CC = ${CC_PREFIX}gcc
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC