]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - strace/strace.nm
Merge remote-tracking branch 'maniacikarus/samba'
[people/stevee/ipfire-3.x.git] / strace / strace.nm
CommitLineData
8cb3c9a1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8cb3c9a1
BS
4###############################################################################
5
802ea3af
MT
6name = strace
7version = 4.5.19
8release = 1
8cb3c9a1 9
802ea3af
MT
10groups = Development/Debuggers
11url = http://sourceforge.net/projects/strace/
12license = BSD
13summary = Tracks and displays system calls associated with a running process.
8cb3c9a1 14
802ea3af 15description
8cb3c9a1
BS
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.
802ea3af
MT
21end
22
23source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
24sources = %{thisapp}.tar.bz2
8cb3c9a1 25
802ea3af
MT
26build
27 configure_options += \
28 --mandir=/usr/share/man
29end
8cb3c9a1 30
802ea3af
MT
31packages
32 package %{name}
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end