2012-10-25 10:03:00 +02:00
|
|
|
# Template file for 'ltrace'
|
|
|
|
pkgname=ltrace
|
2013-09-18 12:28:20 +02:00
|
|
|
version=0.7.3
|
2012-11-11 17:36:35 +01:00
|
|
|
revision=1
|
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"
|
2013-09-18 12:49:55 +02:00
|
|
|
distfiles="http://xbps.nopcode.org/distfiles/ltrace-${version}.tar.bz2"
|
|
|
|
checksum=0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
|
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."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
ltrace_package() {
|
|
|
|
conf_files="/etc/ltrace.conf"
|
|
|
|
pkg_install() {
|
2013-09-18 12:28:20 +02:00
|
|
|
vmove all
|
2013-04-13 10:15:49 +02:00
|
|
|
}
|
|
|
|
}
|