void-packages/srcpkgs/strace/template
2010-11-01 00:03:25 +01:00

17 lines
539 B
Plaintext

# Template file for 'strace'
pkgname=strace
version=4.5.20
revision=1
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="System Call Tracer"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd
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."
Add_dependency run glibc
# Required by strace-graph
Add_dependency full perl ">=0"