]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - strace/strace.nm
Move all packages to root.
[ipfire-3.x.git] / strace / strace.nm
diff --git a/strace/strace.nm b/strace/strace.nm
new file mode 100644 (file)
index 0000000..5497a55
--- /dev/null
@@ -0,0 +1,34 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = strace
+version    = 4.5.19
+release    = 1
+
+groups     = Development/Debuggers
+url        = http://sourceforge.net/projects/strace/
+license    = BSD
+summary    = Tracks and displays system calls associated with a running process.
+
+description
+       The strace program intercepts and records the system calls called and \
+       received by a running process.  Strace can print a record of each \
+       system call, its arguments and its return value. Strace is useful \
+       for diagnosing problems and debugging, as well as for instructional \
+       purposes.
+end
+
+source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
+sources    = %{thisapp}.tar.bz2
+
+build
+       configure_options += \
+               --mandir=/usr/share/man
+end
+
+packages
+       package %{name}
+       end
+end