File vor.spec of Package vor
#
# spec file for package vor
#
# Copyright (c) 2021 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 http://bugs.opensuse.org/
#
Name: vor
Version: 0.5.8
Release: 0
Summary: Variations on Rockdogders is an 2D space shooter
License: GPL-2.0+
Group: Amusements/Games/Action/Shoot
Url: https://sametwice.com/vor
Source0: https://github.com/JasonWoof/vor/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: desktop-file-utils
BuildRequires: netpbm
BuildRequires: povray
BuildRequires: pkgconfig
BuildRequires: pkgconfig(SDL_image)
BuildRequires: pkgconfig(SDL_mixer)
BuildRequires: pkgconfig(sdl)
%description
VoR is a simple, fast-paced action game that will challenge your reflexes.
It has excelent gameplay, great physics, good graphics, and a retro/synthoid
thumpy beat to help put you in the mood for old-school 2D gaming.
%prep
%setup -q
%build
autoreconf -fi
%configure
%make_build
%install
%make_install install-desktop-file
%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%changelog