mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
strace: remove perl dependency; strace-graph is optional.
This commit is contained in:
parent
57c73d9a34
commit
9f978c405b
1 changed files with 2 additions and 6 deletions
|
@ -1,18 +1,14 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.7
|
version=4.7
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="xz"
|
|
||||||
fulldepends="perl>=0"
|
|
||||||
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"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195
|
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."
|
||||||
|
|
||||||
# Required by strace-graph
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue