]> git.ipfire.org Git - ipfire-3.x.git/blob - strace/strace.nm
strace: Fix build on aarch64
[ipfire-3.x.git] / strace / strace.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = strace
7 version = 6.1
8 release = 1.1
9
10 groups = Development/Debuggers
11 url = https://strace.io/
12 license = BSD
13 summary = Tracks and displays system calls associated with a running process.
14
15 description
16 The strace program intercepts and records the system calls called and
17 received by a running process. Strace can print a record of each
18 system call, its arguments and its return value. Strace is useful
19 for diagnosing problems and debugging, as well as for instructional
20 purposes.
21 end
22
23 source_dl = https://strace.io/files/%{version}/
24 sources = %{thisapp}.tar.xz
25
26 build
27 configure_options += \
28 --enable-mpers=check
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
37 end