Magellan Linux

Contents of /branches/R11-unstable/extras/strace/strace-4.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32427 - (show annotations) (download)
Mon Apr 29 12:50:06 2019 UTC (5 years ago) by niro
File size: 535 byte(s)
-release branches/R11-unstable
1 # $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"