The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
12 lines
338 B
%__meson /usr/bin/meson |
|
|
|
%meson() %{expand:\ |
|
export CFLAGS="%{optflags}" ; \ |
|
export CXXFLAGS="%{optflags}" ; \ |
|
export FFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
export FCFLAGS="%{optflags} -I%{_fmoddir}" ; \ |
|
export LDFLAGS="%{__global_ldflags}" ; \ |
|
%__meson %{?1} \\\ |
|
--prefix=%{_prefix} \\\ |
|
--buildtype=plain \ |
|
}
|
|
|