mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
strace: xz build depend, license homepage
This commit is contained in:
parent
a87191c54c
commit
53959c46c3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
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"
|
||||||
|
license="BSD"
|
||||||
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
|
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
|
||||||
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
|
||||||
|
@ -13,3 +15,4 @@ long_desc="
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
# Required by strace-graph
|
# Required by strace-graph
|
||||||
Add_dependency full perl ">=0"
|
Add_dependency full perl ">=0"
|
||||||
|
Add_dependency build xz
|
||||||
|
|
Loading…
Add table
Reference in a new issue