File pt2-clone.spec of Package pt2-clone
# spec file for package pt2-clone
#
# Copyright (c) 2021 Fabio Pesari
#
# 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: pt2-clone
Version: 1.37
Release: 0
Summary: Accurate clone of ProTracker 2.3D for Amiga
License: BSD-3-Clause
Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://github.com/8bitbubsy/pt2-clone
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc gcc-c++
BuildRequires: cmake
BuildRequires: alsa-devel
BuildRequires: libSDL2-devel
%description
ProTracker 2 clone for Windows/macOS/Linux, by 8bitbubsy.
Aims to be a highly accurate clone of the classic ProTracker 2.3D
software for Amiga.
It has additional audio filters and audio mixer improvements to make
it sound close to a real Amiga computer.
%prep
%setup -q
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%doc README.md
%license LICENSE LICENSES.txt
%{_bindir}/pt2-clone
%changelog