Magellan Linux

Annotation of /branches/R11-unstable/extras/strace/strace-4.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25804 - (hide annotations) (download)
Tue Nov 25 04:19:40 2014 UTC (9 years, 5 months ago) by niro
File size: 535 byte(s)
-release branches/R11-unstable
1 niro 24736 # $Id$
2    
3     PNAME="strace"
4     PVER="4.10"
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 niro 24739 msetfeature "!check"
19 niro 24736 sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME} xz"