Magellan Linux

Annotation of /branches/R11-stable/extras/strace/strace-4.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16470 - (hide annotations) (download)
Mon Feb 11 10:39:23 2013 UTC (11 years, 7 months ago) by niro
File size: 510 byte(s)
-release branches/R11-stable
1 niro 16388 # $Id$
2    
3     PNAME="strace"
4     PVER="4.7"
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}"