Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19753 - (show annotations) (download)
Thu Oct 17 08:01:02 2013 UTC (10 years, 11 months ago) by niro
File size: 513 byte(s)
auto added: ver bump to 4.8-r1
1 # $Id$
2
3 PNAME="strace"
4 PVER="4.8"
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} xz"