# Status: active # Tag: Tracker, Alsa # Type: Standalone # Category: Audio, Sequencer %global commit0 b50c7a46b30589e833aab47fee3ee7bf4c33eb0a Name: snibbetracker Version: 1.1.1 Release: 1%{?dist} Summary: Fakebit music tracker License: MIT URL: https://github.com/linuxmao-org/snibbetracker ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux Source0: https://github.com/linuxmao-org/snibbetracker/archive/%{commit0}.zip#/%{name}-%{version}.zip BuildRequires: gcc gcc-c++ BuildRequires: make BuildRequires: SDL2-devel BuildRequires: desktop-file-utils %description snibbetracker is a fakebit tracker written in C using SDL2 that I began working on in 2014 to learn DSP programming. As I do not have time to work on it anymore, I decided to release the source so that someone could take over if they wanted. %prep %autosetup -n %{name}-%{commit0} %build cd res/linux/ %make_build %install cd res/linux/ %make_install PREFIX=/usr cd .. # Write desktop files install -m 755 -d %{buildroot}/%{_datadir}/applications/ cat > %{buildroot}%{_datadir}/applications/%{name}.desktop < - 1.1.1-1 - Initial version of the package