void-packages/srcpkgs/ltrace/template
2012-11-11 17:36:35 +01:00

18 lines
712 B
Plaintext

# Template file for 'ltrace'
pkgname=ltrace
version=0.7.0
revision=1
conf_files="/etc/ltrace.conf"
build_style=gnu-configure
makedepends="elfutils-devel"
short_desc="Tracks runtime library calls in dynamically linked programs"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://ltrace.alioth.debian.org/"
license="GPL-2"
distfiles="https://alioth.debian.org/frs/download.php/3822/ltrace-${version}.tar.bz2"
checksum=5438ce286f072f0e0448db046657466f9bd142600013329063aecf7cf809fd10
long_desc="
ltrace intercepts and records dynamic library calls which are called by an
executed process and the signals received by that process. It can also
intercept and print the system calls executed by the program."