forked from asmigala/fedora-spec
-
Notifications
You must be signed in to change notification settings - Fork 7
/
bintracker.spec
52 lines (38 loc) · 1.04 KB
/
bintracker.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Status: active
# Tag: Tracker, Jack, Alsa
# Type: Standalone
# Category: Audio, Sequencer
Name: bintracker
Version: 0.2.0
Release: 1%{?dist}
Summary: A hackable Chiptune Audio Workstation
License: GPL-3.0-or-later
URL: https://github.com/bintracker/bintracker
ExclusiveArch: x86_64 aarch64
Vendor: Audinux
Distribution: Audinux
Source0: https://github.com/bintracker/bintracker/archive/refs/tags/v%{version}-alpha1.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: chicken
BuildRequires: make
BuildRequires: sqlite-devel
BuildRequires: desktop-file-utils
%description
A hackable Chiptune Audio Workstation for the 21st Century.
%prep
%autosetup -n %{name}-%{version}-alpha1
mkdir -p %{buildroot}/usr/lib/chicken/
export CHICKEN_INSTALL_REPOSITORY=%{buildroot}/usr/lib/chicken/
chicken-install srfi-13
%build
cd build
%make_build
%install
cd build
%make_install
%files
%doc README.md
%license LICENSE LICENSES.txt
%{_bindir}/*
%changelog
* Sun Mar 12 2023 Yann Collette <ycollette.nospam@free.fr> - 0.2.0-alpha1-1
- initial spec file