Magellan Linux

Contents of /trunk/extras/strace/strace-4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11309 - (show annotations) (download)
Fri Mar 2 17:35:35 2012 UTC (12 years, 3 months ago) by niro
File size: 510 byte(s)
-strace-graph needs perl as runtime-dep
1 # $Id$
2
3 PNAME="strace"
4 PVER="4.6"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="A system call tracer which prints out a trace of all the system calls made by a another process/program."
10 HOMEPAGE="http://sourceforge.net/projects/strace/"
11
12 DEPEND=">= dev-lang/perl-5"
13 SDEPEND=">= virtual/kernel-headers"
14
15 SRCFILE="${PNAME}-${PVER}.tar.xz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"