void-packages/srcpkgs/strace/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

18 lines
612 B
Text

# Template file for 'strace'
pkgname=strace
version=4.6
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="System Call Tracer"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://sourceforge.net/projects/strace"
license="BSD"
checksum=9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a
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 ">=0"
Add_dependency build xz