void-packages/srcpkgs/strace/template

16 lines
522 B
Text
Raw Normal View History

# Template file for 'strace'
pkgname=strace
version=4.5.20
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