2009-11-01 22:21:25 +00:00
|
|
|
# Template file for 'strace'
|
|
|
|
pkgname=strace
|
2011-06-28 23:03:58 +00:00
|
|
|
version=4.6
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2009-11-01 22:21:25 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="System Call Tracer"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-29 13:16:26 +00:00
|
|
|
homepage="http://sourceforge.net/projects/strace"
|
|
|
|
license="BSD"
|
2011-06-28 23:03:58 +00:00
|
|
|
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
|
2009-11-01 22:21:25 +00:00
|
|
|
long_desc="
|
|
|
|
strace is a system call tracer, i.e. a debugging tool which prints out
|
|
|
|
a trace of all the system calls made by a process/program."
|
|
|
|
|
2010-04-15 02:01:59 +00:00
|
|
|
Add_dependency run glibc
|
2009-11-01 22:21:25 +00:00
|
|
|
# Required by strace-graph
|
2010-10-31 23:03:25 +00:00
|
|
|
Add_dependency full perl ">=0"
|
2011-06-29 13:16:26 +00:00
|
|
|
Add_dependency build xz
|