File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ Name: m8c
2+ Version: 2.0.0
3+ Release: 1%{?dist }
4+ Summary: m8c is a client for Dirtywave M8 music tracker's headless mode
5+
6+ License: MIT
7+ URL: https://github.com/laamaa/%{name }
8+ Source0: https://github.com/laamaa/m8c/archive/refs/tags/v%{version }.tar.gz
9+
10+ BuildRequires: gcc
11+ BuildRequires: make
12+ BuildRequires: SDL3-devel
13+ BuildRequires: libserialport-devel
14+ Requires: SDL3
15+ Requires: libserialport
16+
17+ %description
18+ m8c is a client for Dirtywave M8 music tracker's headless mode
19+
20+ %prep
21+ %autosetup
22+
23+
24+ %build
25+ make %{?_smp_mflags }
26+
27+ %install
28+ PREFIX=/usr %make_install
29+
30+
31+ %files
32+ %license LICENSE
33+ %{_bindir }/%{name }
34+
35+
36+
37+ %changelog
38+ *
Sat Mar 01 2025 Jonne Kokkonen <[email protected] > 39+ - Update dependencies (SDL2 -> SDL3)
40+ *
Tue Aug 29 2023 Jonne Kokkonen <[email protected] > 41+ - First m8c package
You can’t perform that action at this time.
0 commit comments