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.
21 lines
710 B
21 lines
710 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} \\\ |
|
--libdir=%{_libdir} \\\ |
|
--libexecdir=%{_libexecdir} \\\ |
|
--bindir=%{_bindir} \\\ |
|
--includedir=%{_includedir} \\\ |
|
--datadir=%{_datadir} \\\ |
|
--mandir=%{_mandir} \\\ |
|
--localedir=%{_datadir}/locale \\\ |
|
--sysconfdir=%{_sysconfdir} \\\ |
|
--buildtype=plain \ |
|
%{nil} \ |
|
}
|
|
|