File BSEQuencer.spec of Package BSEQuencer
#
# spec file for package BSEQuencer
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 https://bugs.opensuse.org/
#
Name: BSEQuencer
Version: 1.8.10
Release: 1
Summary: Multi channel MIDI step sequencer LV2 plugin
License: GPL-3.0
URL: https://github.com/sjaehn/BSEQuencer
Source0: https://github.com/sjaehn/BSEQuencer/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(lv2)
%description
Multi channel MIDI step sequencer LV2 plugin with a variable matrix
%package -n lv2-%{name}
Summary: Multi channel MIDI step sequencer LV2 plugin
%description -n lv2-%{name}
Multi channel MIDI step sequencer LV2 plugin with a variable matrix
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
%make_install LV2DIR=%{_libdir}/lv2
%files -n lv2-%{name}
%license LICENSE
%doc README.md
%dir %{_libdir}/lv2
%dir %{_libdir}/lv2/BSEQuencer.lv2
%{_libdir}/lv2/BSEQuencer.lv2/*
%changelog