]> git.ipfire.org Git - ipfire-3.x.git/blame - strace/strace.nm
strace: Update to version 6.6
[ipfire-3.x.git] / strace / strace.nm
CommitLineData
8cb3c9a1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8cb3c9a1
BS
4###############################################################################
5
802ea3af 6name = strace
d6957a7c 7version = 6.6
d14eddcf 8release = 1
8cb3c9a1 9
802ea3af 10groups = Development/Debuggers
d62776ed 11url = https://strace.io/
802ea3af
MT
12license = BSD
13summary = Tracks and displays system calls associated with a running process.
8cb3c9a1 14
802ea3af 15description
c4419b7d
MT
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
8cb3c9a1 20 purposes.
802ea3af
MT
21end
22
d62776ed 23source_dl = https://strace.io/files/%{version}/
1e964e1c 24sources = %{thisapp}.tar.xz
8cb3c9a1 25
424b6970
MT
26build
27 configure_options += \
28 --enable-mpers=check
29end
30
802ea3af
MT
31packages
32 package %{name}
1f9bc2f0
MT
33
34 package %{name}-debuginfo
35 template DEBUGINFO
36 end
802ea3af 37end