# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 LIBRETRO_REPO_NAME="libretro/libretro-super" inherit libretro DESCRIPTION="Libretro info files required for libretro cores" HOMEPAGE="https://github.com/libretro/libretro-super" KEYWORDS="" LICENSE="GPL-3" SLOT="0" DEPEND="" RDEPEND="${DEPEND}" src_compile() { : } src_install() { insinto "${LIBRETRO_DATA_DIR}"/info doins dist/info/*.info }