[udis86] Switch to cmake
Some checks failed
Build udis86 / Build and push image (push) Failing after 1m54s
Some checks failed
Build udis86 / Build and push image (push) Failing after 1m54s
This commit is contained in:
@@ -11,7 +11,7 @@ License: BSD-3-Clause
|
|||||||
URL: https://github.com/canihavesomecoffee/udis86
|
URL: https://github.com/canihavesomecoffee/udis86
|
||||||
Source: https://github.com/canihavesomecoffee/udis86/archive/%{udis86_commit}/udis86-%{udis86_shortcommit}.tar.gz
|
Source: https://github.com/canihavesomecoffee/udis86/archive/%{udis86_commit}/udis86-%{udis86_shortcommit}.tar.gz
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@@ -28,12 +28,11 @@ Summary: Disassembler Library for x86 and x86-64
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%cmake_build
|
||||||
%meson_build
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%cmake_install
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
|||||||
Reference in New Issue
Block a user