Magellan Linux

Annotation of /trunk/extras/strace/strace-4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30687 - (hide annotations) (download)
Tue Mar 6 14:13:03 2018 UTC (6 years, 2 months ago) by niro
File size: 535 byte(s)
auto added: ver bump to 4.21-r1
1 niro 30687 # $Id$
2    
3     PNAME="strace"
4     PVER="4.21"
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     msetfeature "!check"
19     sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME} xz"