File blues.spec of Package blues
#
# spec file for package blues
#
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# 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: blues
Version: 0~git20190609.40ec27e
Release: 0
Summary: Game Engine for Blues Brothers, Jukebox Adventure & Prehistorik 2
License: XXX unknown XXX
URL: https://github.com/cyxx/blues
#Git-Clone: https://github.com/cyxx/blues.git
Source: %{name}-%{version}.tar.xz
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(libmodplug)
%description
A rewrite of the Blues Brothers and Blues Brothers: Jukebox Adventure game
engines developed by Titus Interactive.
NOTE:
To play the supported games you need the original game files!
%prep
%setup -q
%build
%make_build
%install
install -d %{buildroot}/%{_bindir}
install -m0755 blues %{buildroot}/%{_bindir}/blues
install -m0755 bbja %{buildroot}/%{_bindir}/bbja
install -m0755 pre2 %{buildroot}/%{_bindir}/pre2
%files
# FIXME: add license file
#%%license
%doc README.md
%{_bindir}/blues
%{_bindir}/bbja
%{_bindir}/pre2
%changelog