# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_REPO_NAME="libretro/${PN//-libretro}" inherit libretro-core DESCRIPTION="libretro implementation of SNES9x. (Super Nintendo Entertainment System)" HOMEPAGE="https://github.com/libretro/snes9x" KEYWORDS="" LICENSE="snes9x" SLOT="0" DEPEND="" RDEPEND="${DEPEND} games-emulation/libretro-info" MY_S="${S}" S="${S}/libretro" src_install() { insinto "${LIBRETRO_DATA_DIR}"/snes9x_libretro doins "${MY_S}"/docs/snes9x-license.txt libretro-core_src_install }