Skip to content

Commit

Permalink
tidy up stuff and use meson
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Jul 19, 2024
1 parent 7dc8451 commit 0e36ad3
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions anda/misc/tracy/tracy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,16 @@ Patch: https://github.com/wolfpld/tracy/commit/1a971d867d6fa5bf6dc57d70
A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.

%prep
%autosetup
%autosetup -p1

%build
%make_build -C capture/build/unix release
%make_build -C csvexport/build/unix release
%make_build -C import-chrome/build/unix release
%make_build -C library/unix release
%make_build -C profiler/build/unix release
%make_build -C update/build/unix release
%meson
%meson_build

%install
mkdir -p %{buildroot}/usr/bin/
install -m 755 Tracy-release %{buildroot}/usr/bin/Tracy-release
%meson_install

%files

%license LICENSE
%doc README.*
%{_datadir}/tracy

%changelog
* Thu Jul 10 2024 Owen Zimmerman
- Initial package.

%autosetup -n tracy-0.10 -p1

0 comments on commit 0e36ad3

Please sign in to comment.