https://bugzilla.rpmfusion.org/show_bug.cgi?id=4009
--- Comment #17 from Vasiliy Glazov <vascom2(a)gmail.com> 2016-08-23 09:31:55 CEST
---
Use cmake can be very simple:
mkdir %{_target_platform}
%build
pushd %{_target_platform}
%cmake ..
popd
%make_build -C %{_target_platform}
%install
%make_install -C %{_target_platform}
--
Configure bugmail:
https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.