strace: update to 4.7.
This commit is contained in:
parent
dae51ca35f
commit
20873afae9
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.6
|
version=4.7
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=1
|
|
||||||
short_desc="System Call Tracer"
|
short_desc="System Call Tracer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://sourceforge.net/projects/strace"
|
homepage="http://sourceforge.net/projects/strace"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
|
checksum=c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195
|
||||||
long_desc="
|
long_desc="
|
||||||
strace is a system call tracer, i.e. a debugging tool which prints out
|
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."
|
a trace of all the system calls made by a process/program."
|
||||||
|
|
Loading…
Reference in New Issue