File libretro-fceumm.spec of Package libretro-fceumm
#
# spec file for package libretro-fceumm
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libretro-fceumm
Version: 0~git20200106
Release: 0
Summary: FCE Ultra mappers modified libretro core
License: GPL-2.0
URL: http://www.retroarch.com
Source: %{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: make
%description
FCEU "mappers modified" is an unofficial build of FCEU Ultra by CaH4e3, which supports a lot of new mappers including some obscure mappers such as one for unlicensed NES ROM's.
This package is for RetroArch/Libretro front-end.
%prep
%setup -q
%build
make -f Makefile.libretro
%install
mkdir -p %{buildroot}%{_libdir}/libretro
cp fceumm_libretro.so %{buildroot}%{_libdir}/libretro
%files
%dir %{_libdir}/libretro
%{_libdir}/libretro/fceumm_libretro.so
%changelog