14 lines
515 B
Text
14 lines
515 B
Text
# Template file for 'strace'
|
|
pkgname=strace
|
|
version=4.7
|
|
revision=3
|
|
build_style=gnu-configure
|
|
short_desc="System Call Tracer"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://sourceforge.net/projects/strace"
|
|
license="BSD"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195
|
|
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."
|