File smsplus.spec of Package smsplus
#
# spec file for package smsplus
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: smsplus
Version: 1.3+git20190429
Release: 0
Summary: Sega Master System and Game Gear Emulator
License: MIT
Group: System/Emulators/Other
URL: https://github.com/0ldsk00l/smsplus
Source: https://github.com/0ldsk00l/smsplus/archive/%{name}-%{version}.tar.gz
BuildRequires: Mesa-libGL-devel
BuildRequires: libepoxy-devel
BuildRequires: libglfw-devel
%description
Modernized, cleaned up, basic, standalone port of Charles MacDonald's
SMS Plus Master System and Game Gear Emulator. The goal of this project
is to be useful to homebrewers or emulator developers who need a simple
reference Sega Master System/Game Gear emulator for testing.
Currently SMS Plus runs on Linux, macOS, BSD, and Windows.
%prep
%setup -q
%build
%make_build
%install
install -D -m 755 smsplus %{buildroot}%{_bindir}/smsplus
%files
%doc AUTHORS ChangeLog README.md
%license LICENSE
%{_bindir}/smsplus
%changelog