diff options
| author | 1024x2 | 2026-08-19 17:11:38 +0100 |
|---|---|---|
| committer | 1024x2 | 2026-08-19 17:11:38 +0100 |
| commit | 6b009b941eb6eefd0d0f90f23e9b26ab0699082e (patch) | |
| tree | 6fe6daf64a597b6463fd22f0eb6d4f48e1c98694 /games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild | |
| parent | a6b8abf9975998b488ea85824616282d0fff31db (diff) | |
Use games-emulation/rmg instead.
Diffstat (limited to 'games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild')
| -rw-r--r-- | games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild b/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild deleted file mode 100644 index 66990e9..0000000 --- a/games-emulation/simple64-input-raphnetraw/simple64-input-raphnetraw-9999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Accurate Nintendo 64 Emulator, raphnetraw input plugin" -HOMEPAGE="https://simple64.github.io/" - -if [[ ${PV} == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/simple64/simple64-input-raphnetraw.git" - EGIT_BRANCH="simple64" -else - _git_commit="0e64669899410c6ceb183acb3ef94920dc028180" - SRC_URI="https://github.com/simple64/simple64-input-raphnetraw/archive/${_git_commit}.tar.gz -> ${PN}-${_git_commit}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-2" -SLOT="0/${PV}" -IUSE="" - -DEPEND=" - games-emulation/simple64-core:= -" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i 's|include_directories(../mupen64plus-core/src/api)|include_directories(/usr/include/mupen64plus)|' CMakeLists.txt - sed -i 's|#include "config.h"|#include "m64p_config.h"|' src/plugin_front.c - cmake_src_prepare -} - -src_configure() { - cmake_src_configure -} - -src_install() { - insinto "/usr/$(get_libdir)/mupen64plus" - doins "${BUILD_DIR}/simple64-input-raphnetraw.so" -} |
