# Status: active # Tag: Library # Type: Devel # Category: Programming Summary: robin's LV2 UI ToolKit Name: robtk Version: 0.8.5 Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/x42/robtk BuildArch: noarch Vendor: Audinux Distribution: Audinux Source0: https://github.com/x42/robtk/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %description robtk facilitates creating LV2 plugins UIs with emphasis to allow porting existing gtk+ plugin UIs. %prep %autosetup -n %{name}-%{version} %build %install install -m 755 -d %{buildroot}/%{_usrsrc}/robtk/ cp -r *.h *.c *.mk lv2*syms gl gtk2 pugl rtk sofd weakjack widgets %{buildroot}/%{_usrsrc}/robtk/ %files %doc README.md AUTHORS %license COPYING %{_usrsrc}/robtk/* %changelog * Tue Dec 02 2025 Yann Collette - 0.8.5-1 - Initial version of the spec