Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Oct 22, 2024
1 parent ffe941a commit 4dca349
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions anda/tools/buildsys/muon/muon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Summary: A meson-compatible build system
# muon is licensed under the GPL version 3 (see LICENSE). Tests under tests/project were copied from the meson project tests and are licensed under Apache 2.0.
License: GPL-3.0 AND Apache-2.0
URL: https://muon.build/
Source: https://muon.build/releases/v%version/muon-v%version.tar.gz
Source: https://git.sr.ht/~lattis/muon/archive/%version.tar.gz

BuildRequires: meson
# we need meson for the macros
BuildRequires: meson ninja-build
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: libcurl-devel
Expand All @@ -24,11 +25,9 @@ An implementation of the meson build system in c99 with minimal dependencies.
%autosetup

%build
./bootstrap.sh build-stage1
build-stage1/muon setup build-stage2
ninja -C build-stage2
./bootstrap.sh build

%global __meson build-stage2/muon
%global __meson ./build/muon
%meson
%meson_build

Expand Down

0 comments on commit 4dca349

Please sign in to comment.