]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - strace/strace.nm
libseccomp: New package
[ipfire-3.x.git] / strace / strace.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = strace
7version = 4.13
8release = 1
9
10groups = Development/Debuggers
11url = http://sourceforge.net/projects/strace/
12license = BSD
13summary = Tracks and displays system calls associated with a running process.
14
15description
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.
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
24sources = %{thisapp}.tar.xz
25
26packages
27 package %{name}
28
29 package %{name}-debuginfo
30 template DEBUGINFO
31 end
32end