void-packages/srcpkgs/ltrace/template

18 lines
712 B
Plaintext
Raw Normal View History

2012-10-25 10:03:00 +02:00
# Template file for 'ltrace'
pkgname=ltrace
2012-11-30 12:45:02 +01:00
version=0.7.1
2012-11-11 17:36:35 +01:00
revision=1
conf_files="/etc/ltrace.conf"
2012-10-25 10:03:00 +02:00
build_style=gnu-configure
2012-11-11 17:36:35 +01:00
makedepends="elfutils-devel"
2012-10-25 10:03:00 +02: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-11-30 12:45:02 +01:00
distfiles="https://alioth.debian.org/frs/download.php/3844/ltrace-${version}.tar.bz2"
checksum=9010ab85444c44e2f1b340049b6ce877e41566996f0045af9519ad056ae9b83d
2012-10-25 10:03:00 +02: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."