[Bug 4009] Review request: qmplay2 - A Qt based media player, streamer and downloader

RPM Fusion Bugzilla noreply at rpmfusion.org
Tue Aug 23 09:31:55 CEST 2016


https://bugzilla.rpmfusion.org/show_bug.cgi?id=4009

--- Comment #17 from Vasiliy Glazov <vascom2 at 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.


More information about the rpmfusion-developers mailing list