2009-11-01 22:21:25 +00:00
|
|
|
# Template file for 'strace'
|
|
|
|
pkgname=strace
|
2012-05-03 07:49:20 +00:00
|
|
|
version=4.7
|
2011-06-28 23:03:58 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="xz"
|
|
|
|
fulldepends="perl>=0"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2009-11-01 22:21:25 +00:00
|
|
|
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"
|
2012-05-03 07:49:20 +00:00
|
|
|
checksum=c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195
|
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."
|
|
|
|
|
|
|
|
# Required by strace-graph
|