]> git.ipfire.org Git - ipfire-3.x.git/blob - strace/strace.nm
git: Update to 2.23.0
[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 = 4.13
8 release = 1
9
10 groups = Development/Debuggers
11 url = http://sourceforge.net/projects/strace/
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 = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
24 sources = %{thisapp}.tar.xz
25
26 packages
27 package %{name}
28
29 package %{name}-debuginfo
30 template DEBUGINFO
31 end
32 end