# Copyright 2019 Gluzskiy Alexandr # Distributed under the terms of the GNU General Public License v2 SUMMARY="multi-system emulator" LICENCES="GPL-2" SLOT="0" MYOPTIONS="" DEPENDENCIES=" build: sys-devel/bison sys-apps/gawk build+run: media-libs/SDL:2[X] media-libs/libsndfile " DEFAULT_SRC_CONFIGURE_PARAMS=( AR=$(exhost --target)-ar ) export AR=$(exhost --target)-ar WORK="${WORKBASE}/${PN}" DOWNLOADS="https://mednafen.github.io/releases/files/mednafen-${PV}.tar.xz"