Source-Makefile: feeds/base/package/devel/strace/Makefile

Package: strace
Version: 6.11-r1
Depends: +libc +STRACE_LIBDW:libdw +STRACE_LIBUNWIND:libunwind
Conflicts: 
Menu-Depends: 
Provides: 
Section: utils
Category: Utilities
Repository: base
Title: System call tracer
Maintainer: Felix Fietkau <nbd@nbd.name>
Source: strace-6.11.tar.xz
License: LGPL-2.1-or-later
LicenseFiles: COPYING
CPE-ID: cpe:/a:strace_project:strace
URL: https://strace.io/
Type: ipkg
Description:   A useful diagnostic, instructional, and debugging tool. Allows you to track what
  system calls a program makes while it is running.
@@
Config:
choice
	prompt "stack tracing support"
	default STRACE_NONE

	config STRACE_NONE
		bool "None"

	config STRACE_LIBDW
		bool "libdw"

	config STRACE_LIBUNWIND
		bool "libunwind (experimental)"
endchoice
@@


