# $Id$ PNAME="strace" PVER="4.20" PBUILD="r1" PCAT="dev-util" DESCRIPTION="A system call tracer which prints out a trace of all the system calls made by a another process/program." HOMEPAGE="http://sourceforge.net/projects/strace/" DEPEND=">= dev-lang/perl-5" SDEPEND=">= virtual/kernel-headers" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge ${PNAME} xz"