void-packages/srcpkgs/ltrace/template
2013-09-18 12:28:20 +02:00

23 lines
767 B
Text

# Template file for 'ltrace'
pkgname=ltrace
version=0.7.3
revision=1
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/3848/ltrace-${version}.tar.bz2"
checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
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."
ltrace_package() {
conf_files="/etc/ltrace.conf"
pkg_install() {
vmove all
}
}