ipfire-3.x/strace/strace.nm

38 lines
1.0 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = strace
version = 6.6
release = 1
groups = Development/Debuggers
url = https://strace.io/
license = BSD
summary = Tracks and displays system calls associated with a running process.
description
The strace program intercepts and records the system calls called and
received by a running process. Strace can print a record of each
system call, its arguments and its return value. Strace is useful
for diagnosing problems and debugging, as well as for instructional
purposes.
end
source_dl = https://strace.io/files/%{version}/
sources = %{thisapp}.tar.xz
build
configure_options += \
--enable-mpers=check
end
packages
package %{name}
package %{name}-debuginfo
template DEBUGINFO
end
end