From dc27931980f908d162f8ece237f378ad4a7e0c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 29 Jul 2021 01:22:13 +0200 Subject: [PATCH] games-emulation/melonds: teakra fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Maciej Barć --- games-emulation/melonds/melonds-9999.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild index 81582477d5..21069e6219 100644 --- a/games-emulation/melonds/melonds-9999.ebuild +++ b/games-emulation/melonds/melonds-9999.ebuild @@ -1,6 +1,9 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# NOTICE: +# melonds bundles teakra, its upstream haven't had a release since 2020 + EAPI=7 MY_PN="melonDS" @@ -59,6 +62,13 @@ src_compile() { cmake_src_compile } +src_install() { + # install teakra + dolib.so "${BUILD_DIR}/src/teakra/src/libteakra.so" + + cmake_src_install +} + pkg_postinst() { xdg_pkg_postinst