|
|
|
@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Language |
|
|
|
|
License: Apache |
|
|
|
|
Version: 98 |
|
|
|
|
Release: 20201024 |
|
|
|
|
Version: 99 |
|
|
|
|
Release: 20210108 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/WebAssembly/binaryen/archive/version_%{version}.tar.gz |
|
|
|
@ -84,7 +84,8 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/bin \ |
|
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/lib \ |
|
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/include/binaryen |
|
|
|
|
%{l_shtool} install -c -s -m 755 \ |
|
|
|
|
strip build/bin/* >/dev/null 2>%1 || true |
|
|
|
|
%{l_shtool} install -c -m 755 \ |
|
|
|
|
build/bin/* $RPM_BUILD_ROOT%{l_prefix}/bin/ |
|
|
|
|
%{l_shtool} install -c -m 755 \ |
|
|
|
|
build/lib/*.a $RPM_BUILD_ROOT%{l_prefix}/lib/ |
|
|
|
|