]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - strace/strace.nm
file: Update to 5.18.
[people/ms/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.7
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 build
27 configure_options += \
28 --mandir=/usr/share/man
29 end
30
31 packages
32 package %{name}
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end