void-packages/srcpkgs/ltrace/template

24 lines
767 B
Plaintext
Raw Normal View History

2012-10-25 08:03:00 +00:00
# Template file for 'ltrace'
pkgname=ltrace
2013-09-18 10:28:20 +00:00
version=0.7.3
2012-11-11 16:36:35 +00:00
revision=1
2012-10-25 08:03:00 +00:00
build_style=gnu-configure
2012-11-11 16:36:35 +00:00
makedepends="elfutils-devel"
2012-10-25 08:03:00 +00:00
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"
2012-12-08 08:04:21 +00:00
distfiles="https://alioth.debian.org/frs/download.php/3848/ltrace-${version}.tar.bz2"
2013-09-18 10:28:20 +00:00
checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2012-10-25 08:03:00 +00:00
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() {
2013-09-18 10:28:20 +00:00
vmove all
}
}